aboutsummaryrefslogtreecommitdiff
path: root/test/test_collections.py
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:52 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:52 -0700
commitc81f55d5ea254affbb6d8e87d03098d244ffe468 (patch)
tree80ac480f9e113bc246f8b43edf702caba1b141e3 /test/test_collections.py
parente233bfa0d673601895c3dccb91dba9f6adff8ef1 (diff)
parent6037bb76fda33e09811e44f56bf3dcc73daeebc4 (diff)
downloadpython-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar
python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar.gz
Initialize git-dpm
Diffstat (limited to 'test/test_collections.py')
-rw-r--r--test/test_collections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_collections.py b/test/test_collections.py
index 9d72939..78ef634 100644
--- a/test/test_collections.py
+++ b/test/test_collections.py
@@ -4,7 +4,7 @@ from urllib3._collections import (
HTTPHeaderDict,
RecentlyUsedContainer as Container
)
-from urllib3.packages import six
+import six
xrange = six.moves.xrange
from nose.plugins.skip import SkipTest