don't fail to auto-detect mailer and browser under win

This commit is contained in:
Yann Leboulanger 2006-11-01 14:46:57 +00:00
parent 00b15affd7
commit bf09d27040
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ def get_running_processes():
processes = [os.path.basename(os.readlink('/proc/' + f +'/exe')) for f in files]
return processes
return []
def move_window(window, x, y):
'''moves the window but also checks if out of screen'''