Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-16 15:25:32 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-16 15:25:32 (GMT)
commit46d2f1c532278bee5b5c8550d83d4ceb064ccc95 (patch)
treef1d19d3bb36e619aba39cf70b745d5b6865b1e6a /examples
parentca48a95ef1f6c83e191c87f2684f14d6e011affc (diff)
Get rid of pygtk.require. It doesn't make a lot of sense
and recent apps are not using it anyway.
Diffstat (limited to 'examples')
-rw-r--r--examples/bots/bots.py2
1 files changed, 0 insertions, 2 deletions
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