diff options
author | Georg Brandl <georg@python.org> | 2010-02-18 00:05:06 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-02-18 00:05:06 +0100 |
commit | 597c5ee69ee58012eb4a8e8e08f8f855926052bc (patch) | |
tree | 8093048b923bd9cfd4a4ef11d63d2a39f3693469 /tests/test_examplefiles.py | |
parent | 97ff08024cd969f0485ae19f497b1526fda5efc6 (diff) | |
download | pygments-597c5ee69ee58012eb4a8e8e08f8f855926052bc.tar.gz |
Remove unused imports.
Diffstat (limited to 'tests/test_examplefiles.py')
-rw-r--r-- | tests/test_examplefiles.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py index d56eb7c3..691ae92a 100644 --- a/tests/test_examplefiles.py +++ b/tests/test_examplefiles.py @@ -8,9 +8,7 @@ """ import os -import unittest -from pygments import highlight from pygments.lexers import get_lexer_for_filename, get_lexer_by_name from pygments.token import Error from pygments.util import ClassNotFound, b |