From 1d370ca8e5b8f4f4b863adb7bb9ea39fe885d284 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 27 Jul 2006 08:35:59 +0000 Subject: Minor fixes --- (limited to 'shell/sugar') 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'] -- cgit v0.9.1