summaryrefslogtreecommitdiffstats
path: root/src/ganv_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv_test.py')
-rwxr-xr-xsrc/ganv_test.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ganv_test.py b/src/ganv_test.py
index 1488224..1ea53c2 100755
--- a/src/ganv_test.py
+++ b/src/ganv_test.py
@@ -9,12 +9,12 @@ win.connect("destroy", lambda obj: Gtk.main_quit())
canvas = Ganv.Canvas.new(1024, 768)
module = Ganv.Module(canvas=canvas,
label="Test")
-iport = Ganv.Port(module=module,
- is_input=True,
- label="In")
-oport = Ganv.Port(module=module,
- is_input=False,
- label="In")
+# iport = Ganv.Port(module=module,
+# is_input=True,
+# label="In")
+# oport = Ganv.Port(module=module,
+# is_input=False,
+# label="In")
win.add(canvas)
win.show_all()