Minor fixes

This commit is contained in:
Marco Pesenti Gritti
2006-07-27 10:35:59 +02:00
parent d778d45b13
commit 1d370ca8e5
4 changed files with 11 additions and 5 deletions
+3
View File
@@ -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']