v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
82600f4
)
fix path in settings.py also for windows
author
stack
<stack@inventati.org>
Sat, 20 Apr 2013 18:08:23 +0000
(20:08 +0200)
committer
stack
<stack@inventati.org>
Sat, 20 Apr 2013 18:08:23 +0000
(20:08 +0200)
dboxswitch/settings.py
patch
|
blob
|
history
diff --git
a/dboxswitch/settings.py
b/dboxswitch/settings.py
index
b604488
..
6438107
100644
(file)
--- a/
dboxswitch/settings.py
+++ b/
dboxswitch/settings.py
@@
-43,8
+43,8
@@
class Settings():
self.appname = "dboxswitch"
self.appversion = "0.1"
- if os.path.isdir(os.path.join(__location__,"
/
icons")):
- path = os.path.join(__location__,"
/
icons")
+ if os.path.isdir(os.path.join(__location__,"icons")):
+ path = os.path.join(__location__,"icons")
else:
path = ""
try: