Remove unuseful condition

This commit is contained in:
Huluti
2016-12-10 17:46:25 +01:00
parent 9e9c5279ac
commit da5b804ade
+1 -1
View File
@@ -34,7 +34,7 @@ class ManjaroHello():
# Path vars # Path vars
self.current_folder = os.getcwd() + "/" self.current_folder = os.getcwd() + "/"
if os.path.exists("/usr/share/" + self.app + "/data/"): if os.path.exists("/usr/share/" + self.app):
self.data_path = "/usr/share/" + self.app + "/data/" self.data_path = "/usr/share/" + self.app + "/data/"
self.locale_path = "/usr/share/locale/" self.locale_path = "/usr/share/locale/"
else: else: