Add future import so Python 2.5 can handle doctests
parent
b2cc46a67a
commit
2bbccb6a36
|
@ -62,6 +62,8 @@ Further Reading
|
|||
See http://sendapatch.se/projects/pylibmc/
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import _pylibmc
|
||||
from Queue import Queue
|
||||
|
||||
|
|
Reference in New Issue