Skip to content

Commit a5075d1

Browse files
committed
TST: add from future import for py2.5 compat
1 parent e7f6eda commit a5075d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/test_graphics.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import with_statement
2+
13
import nose
24
import os
35
import string

0 commit comments

Comments
 (0)