--- a/src/spel/__init__.py Fri May 23 11:48:20 2014 +0200
+++ b/src/spel/__init__.py Fri May 23 16:23:12 2014 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 5, 15, "final", 0)
+VERSION = (0, 5, 17, "final", 0)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
--- a/src/spel/management/commands/loadoperadata.py Fri May 23 11:48:20 2014 +0200
+++ b/src/spel/management/commands/loadoperadata.py Fri May 23 16:23:12 2014 +0200
@@ -76,7 +76,7 @@
for dirpath, dirnames, filenames in os.walk(path):
#print("Parsing walk %s, %s, %s" % (dirpath, dirnames, filenames))
for filename in filenames:
- if filename == "cinelab.json":
+ if filename == "cinelab_iri.json":
json_path = os.path.join(dirpath, filename)
print("json_path %s" % json_path)
print("Parsing json file %s ..." % json_path)