diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2012-08-26 18:13:14 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2012-08-26 18:13:14 +0400 |
commit | 63020032eab733ed74f06a687abb5c358de4e931 (patch) | |
tree | 96c14b7748c8d9a46ecdac996ee5feec6229d22c | |
parent | 27803032415cf3e79342160d4242daa1e37808e5 (diff) | |
download | markdown-63020032eab733ed74f06a687abb5c358de4e931.tar.gz markdown-63020032eab733ed74f06a687abb5c358de4e931.tar.bz2 markdown-63020032eab733ed74f06a687abb5c358de4e931.zip |
Don't import from doctest, it's no longer used
-rw-r--r-- | tests/test_apis.py | 1 |
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 |