Add future import so Python 2.5 can handle doctests

int
lericson 2010-06-07 15:23:15 +02:00
parent b2cc46a67a
commit 2bbccb6a36
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ Further Reading
See http://sendapatch.se/projects/pylibmc/
"""
from __future__ import with_statement
import _pylibmc
from Queue import Queue