First attempt at distutils support now that the locations have been updated
[gc-dialer] / dialcentral / dialcentral_qt.py
index a464ad6..3dcf46f 100755 (executable)
@@ -30,8 +30,7 @@ _moduleLogger = logging.getLogger(__name__)
 class Dialcentral(qwrappers.ApplicationWrapper):
 
        _DATA_PATHS = [
-               os.path.join(os.path.dirname(__file__), "../share"),
-               os.path.join(os.path.dirname(__file__), "../data"),
+               os.path.join(os.path.dirname(__file__), "data"),
        ]
 
        def __init__(self, app):