fix: add a forgotten import
This commit is contained in:
parent
717e35ffbf
commit
b9258d530f
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
import os
|
||||||
|
|
||||||
from osdk.context import Context
|
from osdk.context import Context
|
||||||
from osdk import vt100
|
from osdk import vt100
|
||||||
|
|
||||||
|
@ -53,4 +55,4 @@ def view(context: Context, scope: str | None = None, showExe: bool = True, showD
|
||||||
g.edge(req, instance.manifest.id,
|
g.edge(req, instance.manifest.id,
|
||||||
arrowhead="none", color="#aaaaaa")
|
arrowhead="none", color="#aaaaaa")
|
||||||
|
|
||||||
g.view(filename=os.path.join(context.builddir(), "graph.gv"))
|
g.view(filename=os.path.join(context.builddir(), "graph.gv"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue