Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar
diff options
context:
space:
mode:
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']