Make test_datetime a better citizen (issue #22540)

This commit is contained in:
Antoine Pitrou 2014-10-03 11:25:30 +02:00
parent 72b8a80e59
commit 392f4139b3
2 changed files with 6 additions and 6 deletions

View file

@ -3,6 +3,7 @@
See http://www.zope.org/Members/fdrake/DateTimeWiki/TestCases
"""
import decimal
import sys
import pickle
import random
@ -3808,7 +3809,6 @@ class Oddballs(unittest.TestCase):
x.abc = 1
def test_check_arg_types(self):
import decimal
class Number:
def __init__(self, value):
self.value = value