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