From 46d2f1c532278bee5b5c8550d83d4ceb064ccc95 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 16 Jul 2006 15:25:32 +0000 Subject: Get rid of pygtk.require. It doesn't make a lot of sense and recent apps are not using it anyway. --- (limited to 'examples') diff --git a/examples/bots/bots.py b/examples/bots/bots.py index 7b7ac66..68bc4e1 100644 --- a/examples/bots/bots.py +++ b/examples/bots/bots.py @@ -1,7 +1,5 @@ import os -import pygtk -pygtk.require('2.0') import gtk from sugar.bots import Bot -- cgit v0.9.1