diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2012-08-26 18:19:24 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2012-08-26 18:19:24 +0400 |
commit | 87a4f5a361e3510fe29bdf12122084965f34db25 (patch) | |
tree | 9881c00b46fa1827b4a146451488daed501d9efb | |
parent | 34fb2dc4ddef833bd233705b4a46bea914742075 (diff) | |
parent | 63020032eab733ed74f06a687abb5c358de4e931 (diff) | |
download | markdown-87a4f5a361e3510fe29bdf12122084965f34db25.tar.gz markdown-87a4f5a361e3510fe29bdf12122084965f34db25.tar.bz2 markdown-87a4f5a361e3510fe29bdf12122084965f34db25.zip |
Merge commit '63020032eab733ed74f06a687abb5c358de4e931'
-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 |