Changeset 252
- Timestamp:
- 07/31/09 16:15:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-inspector/src/avango/inspector/__init__.py
r245 r252 3 3 import pygtk 4 4 pygtk.require('2.0') 5 import sys 6 # We need to 'cleanup' sys.argv as gtk just grabs what is there. 7 # Note: This means that GTK options can not be set via the command-line 8 argv = sys.argv 9 sys.argv = argv[:1] 5 10 import gtk 6 import sys 11 sys.argv = argv 12 # 7 13 import cStringIO 8 14 import subprocess
Note: See TracChangeset
for help on using the changeset viewer.
