BROKEN: Moved everything
[gc-dialer] / src / dialcentral.py
diff --git a/src/dialcentral.py b/src/dialcentral.py
deleted file mode 100755 (executable)
index a20d4fe..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-
-import sys
-
-
-sys.path.append("/opt/dialcentral/lib")
-
-
-import dialcentral_qt
-
-
-if __name__ == "__main__":
-       dialcentral_qt.run()