Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-27 08:35:59 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-27 08:35:59 (GMT)
commit1d370ca8e5b8f4f4b863adb7bb9ea39fe885d284 (patch)
tree11a7030066f1218a68fd608e02557873f6ad625b /shell/sugar
parentd778d45b13eb261d623d426097bf36bf6470a398 (diff)
Minor fixes
Diffstat (limited to 'shell/sugar')
-rwxr-xr-xshell/sugar3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/sugar b/shell/sugar
index cff3c11..132c2fe 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -5,6 +5,9 @@ import os
import pwd
import random
+import pygtk
+pygtk.require('2.0')
+
def add_to_bin_path(path):
if os.environ.has_key('PATH'):
old_path = os.environ['PATH']