Fix some missing import

This commit is contained in:
Alessio Treglia 2011-12-08 17:08:25 +01:00
parent 2407cba0bd
commit ea1bdc6a38
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
import pygtk
pygtk.require('2.0')
import gtk