chiark / gitweb /
rm test code
authorThomas Thurman <tthurman@gnome.org>
Tue, 18 Jan 2011 00:44:28 +0000 (19:44 -0500)
committerThomas Thurman <tthurman@gnome.org>
Tue, 18 Jan 2011 00:44:28 +0000 (19:44 -0500)
src/paging.py

index 01c7f52..066158c 100644 (file)
@@ -83,7 +83,3 @@ class Paging:
                        recipient.take(int(name))
 
                return recipient.result()
-
-p = Paging('pages')
-print p.scan(NearestPage(0))
-