From 5997ac775166eef814b46dc8d5df7f9961397c28 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 17 May 2013 07:29:48 +0200 Subject: [PATCH] Added a dummy save method to manga profiles. --- manga/profile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manga/profile.py b/manga/profile.py index 2620a98..e8414a1 100644 --- a/manga/profile.py +++ b/manga/profile.py @@ -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) -- 2.11.0