aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_apis.py
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2012-08-26 18:13:14 +0400
committerDmitry Shachnev <mitya57@gmail.com>2012-08-26 18:13:14 +0400
commit63020032eab733ed74f06a687abb5c358de4e931 (patch)
tree96c14b7748c8d9a46ecdac996ee5feec6229d22c /tests/test_apis.py
parent27803032415cf3e79342160d4242daa1e37808e5 (diff)
downloadmarkdown-63020032eab733ed74f06a687abb5c358de4e931.tar.gz
markdown-63020032eab733ed74f06a687abb5c358de4e931.tar.bz2
markdown-63020032eab733ed74f06a687abb5c358de4e931.zip
Don't import from doctest, it's no longer used
Diffstat (limited to 'tests/test_apis.py')
-rw-r--r--tests/test_apis.py1
1 files changed, 0 insertions, 1 deletions
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