Skip to content

Commit 0aac4d4

Browse files
committed
viewer: require python 2
This is a stopgap until I add Python 3 compat
1 parent 95274e6 commit 0aac4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osg-system-profiler-viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python2
22
"""View the output from osg-system-profiler in a structured way"""
33

44
from Tkinter import *

0 commit comments

Comments
 (0)