summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userdict.py
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-12-05 05:33:59 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-12-05 05:33:59 (GMT)
commit2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6 (patch)
tree3df2ce02fa15edae03f2c5f26ae7ac3cce3995c4 /Lib/test/test_userdict.py
parentda0f2a1f5250a36c6067e035dcc9064b00b20bf5 (diff)
parentac28b796d80f869f39662491446145106960a886 (diff)
downloadcpython-2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6.zip
cpython-2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6.tar.gz
cpython-2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6.tar.bz2
Closes #25795: Merge with 3.5
Diffstat (limited to 'Lib/test/test_userdict.py')
-rw-r--r--Lib/test/test_userdict.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_userdict.py b/Lib/test/test_userdict.py
index b30418f..f44456f 100644
--- a/Lib/test/test_userdict.py
+++ b/Lib/test/test_userdict.py
@@ -1,6 +1,7 @@
# Check every path through every method of UserDict
from test import support, mapping_tests
+import unittest
import collections
d0 = {}