Updated website
[jamaendo] / jamaui / util.py
index aa72c82..3c82f17 100644 (file)
@@ -44,8 +44,8 @@ def get_platform():
 
 platform = get_platform()
 
-def jsonprint(x):
-    print simplejson.dumps(x, sort_keys=True, indent=4)
+#def jsonprint(x):
+#    print simplejson.dumps(x, sort_keys=True, indent=4)
 
 def find_resource(name):
     if os.path.isfile(os.path.join('data', name)):
@@ -56,4 +56,3 @@ def find_resource(name):
         return os.path.join('/usr/share/jamaendo', name)
     else:
         return None
-