added explicit pyhton2 binding where ambiguous (#2373)

This commit is contained in:
Kirk Scheper
2019-02-01 09:41:55 +01:00
committed by Gautier Hattenberger
parent 841f1f7d88
commit 6ab48de161
17 changed files with 95 additions and 52 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#!/usr/bin/env python
#!/usr/bin/env python2
from __future__ import print_function
import pygtk
import gtk
pygtk.require('2.0')