From 299bb08bfe203dff0843b9ec9b9c565a63be1c4c Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sat, 23 Mar 2013 15:11:56 +0400 Subject: Remove some unused imports --- tests/test_apis.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3