Tons of fixes/tweaks/changes in general
[jamaendo] / scripts / jamaendo
index 5de2686..063064e 100755 (executable)
@@ -1,5 +1,12 @@
 #!/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]), '..')
@@ -7,8 +14,8 @@ if os.path.isdir(local_module_dir):
     sys.path.append(local_module_dir)
 
 def main():
-    from jamaui.ui import JamaUI
-    player = JamaUI()
+    from jamaui.ui import Jamaui
+    player = Jamaui()
 
     player.run()