Rename pages_add_rev to pages_add_rv
[mw] / src / mw / metadir.py
index 3988d78981c535f4539330a5dd80dd20e448e308..377e048bd031d453abc2a6aa30ce6659b4174c4f 100644 (file)
@@ -79,7 +79,7 @@ class Metadir(object):
         fd.truncate()
         fd.close()
 
-    def pages_add_rev(self, pageid, rv):
+    def pages_add_rv(self, pageid, rv):
         pagefile = os.path.join(self.location, 'cache', 'pages', str(pageid))
         fd = file(pagefile, 'w+')
         pagedata_raw = fd.read()

Benjamin Mako Hill || Want to submit a patch?