Skip to content

Commit a1cf83e

Browse files
committed
BLD: import error on py2.6 for print_versions
1 parent 7cc61b2 commit a1cf83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/print_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_sys_info():
5454

5555

5656
def show_versions(as_json=False):
57-
import imp, importlib
57+
import imp
5858
sys_info = get_sys_info()
5959

6060
deps = [

0 commit comments

Comments
 (0)