summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/pyqt_time_c.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/examples/pyqt_time_c.py')
-rwxr-xr-xgr-qtgui/examples/pyqt_time_c.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/examples/pyqt_time_c.py b/gr-qtgui/examples/pyqt_time_c.py
index d8bd6097dc..255cd1c855 100755
--- a/gr-qtgui/examples/pyqt_time_c.py
+++ b/gr-qtgui/examples/pyqt_time_c.py
@@ -31,10 +31,6 @@ except ImportError:
print "Error: Program requires PyQt4 and gr-qtgui."
sys.exit(1)
-import os
-print os.getpid()
-raw_input()
-
class dialog_box(QtGui.QWidget):
def __init__(self, display, control):
QtGui.QWidget.__init__(self, None)