diff --git a/mwclient/listing.py b/mwclient/listing.py index c82e2e307e5890bfd2f6ec39f037ec7fe1253a24..363f8d74d5e09451ec6bac566395006183b995c1 100644 --- a/mwclient/listing.py +++ b/mwclient/listing.py @@ -205,5 +205,5 @@ class RevisionsIterator(PageProperty): def load_chunk(self): if 'rvstartid' in self.args and 'rvstart' in self.args: del self.args['rvstart'] - return listing.PageProperty.load_chunk(self) + return PageProperty.load_chunk(self) \ No newline at end of file