Removed source code from this repository to avoid confusion
[jamaendo] / scripts / jamaendo
diff --git a/scripts/jamaendo b/scripts/jamaendo
deleted file mode 100755 (executable)
index debdf19..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env python2.5
-
-# Dependencies:
-
-# python-simplejson
-# python-lxml
-# python-gst0.10
-
-
-# debugging hack - add . to path
-import os, sys
-local_module_dir = os.path.join(os.path.dirname(sys.argv[0]), '..')
-if os.path.isdir(local_module_dir):
-    sys.path = [local_module_dir] + sys.path
-
-def main():
-    from jamaui.ui import Jamaui
-    player = Jamaui()
-
-    player.run()
-
-if __name__=="__main__":
-    main()