Added a dummy save method to manga profiles.
[automanga.git] / manga / profile.py
index 2620a98..e8414a1 100644 (file)
@@ -89,6 +89,9 @@ class manga(object):
         import lib
         return lib.findlib(self.libnm).byid(self.id)
 
+    def save(self):
+        pass
+
 class memmanga(manga):
     def __init__(self, profile, libnm, id):
         super(memmanga, self).__init__(profile, libnm, id)