1
0
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:
imdano
2007-07-17 07:19:10 +00:00
parent db591c345e
commit ba48602aa9
5 changed files with 267 additions and 270 deletions

View File

@@ -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