summaryrefslogtreecommitdiff
path: root/tests/test_examplefiles.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-18 00:05:06 +0100
committerGeorg Brandl <georg@python.org>2010-02-18 00:05:06 +0100
commit597c5ee69ee58012eb4a8e8e08f8f855926052bc (patch)
tree8093048b923bd9cfd4a4ef11d63d2a39f3693469 /tests/test_examplefiles.py
parent97ff08024cd969f0485ae19f497b1526fda5efc6 (diff)
downloadpygments-597c5ee69ee58012eb4a8e8e08f8f855926052bc.tar.gz
Remove unused imports.
Diffstat (limited to 'tests/test_examplefiles.py')
-rw-r--r--tests/test_examplefiles.py2
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