From: Fredrik Tolf Date: Wed, 29 Feb 2012 06:57:20 +0000 (+0100) Subject: Implemented an unimplemented iter for mangafox library. X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=commitdiff_plain;h=943a9376573acfc7fca6a4cc723463a18b119253 Implemented an unimplemented iter for mangafox library. --- diff --git a/manga/mangafox.py b/manga/mangafox.py index e06acfa..b0a4aee 100644 --- a/manga/mangafox.py +++ b/manga/mangafox.py @@ -198,3 +198,6 @@ class library(lib.library): pno += 1 ls = self.alphapage(pno) i = 0 + + def __iter__(self): + raise NotImplementedError("mangafox iterator")