fix setup
[stack/code/dboxswitch.git] / dboxswitch / settings.py
index b604488..72058e8 100644 (file)
@@ -42,9 +42,9 @@ class Settings():
             os.path.dirname(path)))
 
         self.appname = "dboxswitch"
-        self.appversion = "0.1"
-        if os.path.isdir(os.path.join(__location__,"/icons")):
-            path = os.path.join(__location__,"/icons")
+        self.appversion = "0.9"
+        if os.path.isdir(os.path.join(__location__,"icons")):
+            path = os.path.join(__location__,"icons")
         else:
             path = ""
             try: