mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
python-pygtk: unbreak
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4270 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -8,7 +8,7 @@ Index: pygtk-2.10.4/gtk/__init__.py
|
||||
|
||||
-_init()
|
||||
+if not hasattr(sys.modules['__main__'], 'python_launcher_enabled'):
|
||||
+ init()
|
||||
+ _init()
|
||||
|
||||
# CAPI
|
||||
_PyGtk_API = _gtk._PyGtk_API
|
||||
|
||||
Reference in New Issue
Block a user