1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-14 04:45:47 +01:00

trying to fix

This commit is contained in:
compwiz18
2007-07-04 14:51:57 +00:00
commit 709efd2ac4
54 changed files with 4724 additions and 0 deletions

9
tray.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/python
import os,sys
if __name__ == '__main__':
os.chdir(os.path.dirname(os.path.normpath(os.path.join(os.getcwd(),sys.argv[0]))))
import gtk
if gtk.gtk_version[0] >= 2 and gtk.gtk_version[1] >= 10:
import edgy
else:
import dapper