Make sure we import the right pygobject
This commit is contained in:
parent
b8ec83c5b8
commit
44b7eaefcc
@ -20,6 +20,9 @@ import sys
|
||||
import os
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
|
||||
from sugar import activity
|
||||
from sugar import env
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user