mirror of
https://github.com/gryf/wicd.git
synced 2025-12-23 22:52:33 +01:00
fixed a screw up in my indentation in edgy.py, changed tabs to 4 spaces everywhere it wasn't already
This commit is contained in:
6
tray.py
6
tray.py
@@ -1,9 +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]))))
|
||||
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
|
||||
import edgy
|
||||
else:
|
||||
import dapper
|
||||
import dapper
|
||||
|
||||
Reference in New Issue
Block a user