Correct process wikipedia
authorymh <ymh.work@gmail.com>
Sat, 15 Jun 2013 16:21:02 +0200
changeset 3 221af1052ec4
parent 2 86ea2f36aa39
child 4 ae066d797a66
Correct process wikipedia
src/core/wp_utils.py
virtualenv/res/src/rdflib-sqlalchemy-master.tar.gz
virtualenv/web/res/res_create_env.py
--- a/src/core/wp_utils.py	Sat Jun 15 14:08:10 2013 +0200
+++ b/src/core/wp_utils.py	Sat Jun 15 16:21:02 2013 +0200
@@ -156,7 +156,7 @@
 
     if created:
         
-        process_term(site, term, label=wp_label_transform(term_label_normalized))
+        wikipedia_revision_id = process_term(site, term, label=wp_label_transform(term_label_normalized))
 
         term_label_obj = TermLabel(label=term_label, term=term, lang=term_lang)
         term_label_obj.save()
@@ -210,3 +210,5 @@
         
     term.save()
     
+    return revision_id
+    
Binary file virtualenv/res/src/rdflib-sqlalchemy-master.tar.gz has changed
--- a/virtualenv/web/res/res_create_env.py	Sat Jun 15 14:08:10 2013 +0200
+++ b/virtualenv/web/res/res_create_env.py	Sat Jun 15 16:21:02 2013 +0200
@@ -25,7 +25,8 @@
     'PYTHON-DATEUTIL',
     'RDFLIB',
     'SQLALCHEMY',
-    'RDFLIB-SQLALCHEMY'
+    'RDFLIB-SQLALCHEMY',
+    'WIKITOOLS',
 ]
 
 if system_str == "Linux":