From 993b34676a40f95a4857123f6d3f4805105c9686 Mon Sep 17 00:00:00 2001
From: Bryan Tong Minh <bryan.tongminh@gmail.com>
Date: Tue, 23 Feb 2010 22:46:05 +0000
Subject: [PATCH] ...

---
 mwclient/listing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mwclient/listing.py b/mwclient/listing.py
index c82e2e3..363f8d7 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
-- 
GitLab