X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/5eb6beb682e921368745e6b7da5fd749c110251d..2520291a845ff27b74046a996ca47a81a8ed5717:/dboxswitch/settings.py diff --git a/dboxswitch/settings.py b/dboxswitch/settings.py index b604488..6438107 100644 --- 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: