Skip to content

Commit

Permalink
Get tests working again following api change
Browse files Browse the repository at this point in the history
  • Loading branch information
harryf committed Feb 13, 2009
1 parent f518893 commit 33fbd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dammit/mcwrapper.py
Expand Up @@ -11,7 +11,7 @@ class MemcachedWrapper(object):
>>> import memcache
>>> mc = memcache.Client(['127.0.0.1:11211'])
>>> mcw = MemcachedWrapper(mc)
>>> mcw = MemcachedWrapper(mc, 'test')
>>> 'foo' in mcw
False
>>> mcw['foo'] = 'bar'
Expand Down

0 comments on commit 33fbd9a

Please sign in to comment.