summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tuple.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_tuple.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_tuple.py')
-rw-r--r--Lib/test/test_tuple.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tuple.py b/Lib/test/test_tuple.py
index fb113ab..5d1fcf6 100644
--- a/Lib/test/test_tuple.py
+++ b/Lib/test/test_tuple.py
@@ -1,4 +1,5 @@
from test import support, seq_tests
+import unittest
import gc
import pickle