summaryrefslogtreecommitdiff
path: root/tests/test_dates.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-06 16:23:20 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-06 16:23:20 +0200
commitdc72dedd878feb47a319474b34d2e3179715a6e7 (patch)
tree71e0f2ee5b4052b759d5e89950a69b6a2fd284dd /tests/test_dates.py
parenta72331abd904d9080c3e3fd25eb730baed55c270 (diff)
downloadbabel-dc72dedd878feb47a319474b34d2e3179715a6e7.tar.gz
Some small test cleanups
Diffstat (limited to 'tests/test_dates.py')
-rw-r--r--tests/test_dates.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_dates.py b/tests/test_dates.py
index 8ef3591..9d559ae 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -13,7 +13,6 @@
import calendar
from datetime import date, datetime, time, timedelta
-import doctest
import new
import unittest