diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-08-27 09:54:37 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-08-27 09:54:37 -0700 |
commit | cb98f6a5f93f95e91ecee7c6abf2852084a8557f (patch) | |
tree | 9881c00b46fa1827b4a146451488daed501d9efb /tests/test_apis.py | |
parent | 27803032415cf3e79342160d4242daa1e37808e5 (diff) | |
parent | 87a4f5a361e3510fe29bdf12122084965f34db25 (diff) | |
download | markdown-cb98f6a5f93f95e91ecee7c6abf2852084a8557f.tar.gz markdown-cb98f6a5f93f95e91ecee7c6abf2852084a8557f.tar.bz2 markdown-cb98f6a5f93f95e91ecee7c6abf2852084a8557f.zip |
Merge pull request #131 from mitya57/master
Fixed `footnote_many_footnotes` test
Diffstat (limited to 'tests/test_apis.py')
-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 |