diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-03-23 13:01:02 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-03-23 13:01:02 -0700 |
commit | 2f3442b41ae99dd79cd90179054d3d4ad13bc5f7 (patch) | |
tree | d2b4e8c5c0042213bd916c66ab7f06f1b642e84f /tests | |
parent | 06d0e70438881497402d4798fd6e64aa92d6b532 (diff) | |
parent | c10dfac9909282b54a48be6261f76ba11d9da6d0 (diff) | |
download | markdown-2f3442b41ae99dd79cd90179054d3d4ad13bc5f7.tar.gz markdown-2f3442b41ae99dd79cd90179054d3d4ad13bc5f7.tar.bz2 markdown-2f3442b41ae99dd79cd90179054d3d4ad13bc5f7.zip |
Merge pull request #207 from mitya57/cleanup
Some minor code cleanups
Diffstat (limited to 'tests')
-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 e0f7a03..dd232b3 100644 --- a/tests/test_apis.py +++ b/tests/test_apis.py @@ -9,7 +9,6 @@ Tests of the various APIs with the python markdown lib. from __future__ import unicode_literals import unittest -import os import sys import types import markdown |