From 63020032eab733ed74f06a687abb5c358de4e931 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 26 Aug 2012 18:13:14 +0400 Subject: Don't import from doctest, it's no longer used --- tests/test_apis.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/test_apis.py b/tests/test_apis.py index 31a60e1..b39664a 100644 --- a/tests/test_apis.py +++ b/tests/test_apis.py @@ -8,7 +8,6 @@ Tests of the various APIs with the python markdown lib. """ import unittest -from doctest import DocTestSuite import os import sys import types -- cgit v1.2.3