Skip to content

Commit

Permalink
Fixed doctests.
Browse files Browse the repository at this point in the history
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@22 7f1efe38-554e-0410-b69d-834cb44da2d5
  • Loading branch information
floguy committed Jul 13, 2008
1 parent d4c2881 commit 5a89063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagination/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
... def __iter__(self): yield self.__dict__.__iter__
... def copy(self): return self
... def urlencode(self): return u''
... def keys(self): return []
>>> class RequestProxy(object):
... page = 1
... GET = GetProxy()
Expand Down

0 comments on commit 5a89063

Please sign in to comment.