8000 Possible fix for failing tests on travis-ci on Py3.x · thecodingchicken/python-future@ce904ad · GitHub
[go: up one dir, main page]

Skip to content

Commit ce904ad

Browse files
committed
Possible fix for failing tests on travis-ci on Py3.x
1 parent 4126794 commit ce904ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import os
44
import os.path
55
import sys
6-
import copy
76

87
import future
8+
import future.moves # to allow running this script in the python-future source folder
99
from future.standard_library import exclude_local_folder_imports
1010

1111

0 commit comments

Comments
 (0)
0