diff options
author | gbrandl <devnull@localhost> | 2007-02-14 17:18:40 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-14 17:18:40 +0100 |
commit | 3e1463ced2669526d6c1ea5cc7748438367c2847 (patch) | |
tree | da8e5b61674c372d5e70a082ba4423c3aff9dd66 /tests/test_examplefiles.py | |
parent | 0fa948e73c48996de904aeb2f0e4990fc40385ec (diff) | |
download | pygments-3e1463ced2669526d6c1ea5cc7748438367c2847.tar.gz |
[svn] Shorten some testfiles, silence some pylint warnings,
add a latex formatter unittest.
Diffstat (limited to 'tests/test_examplefiles.py')
-rw-r--r-- | tests/test_examplefiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py index 93bbab16..ee9c78af 100644 --- a/tests/test_examplefiles.py +++ b/tests/test_examplefiles.py @@ -7,8 +7,8 @@ :license: BSD, see LICENSE for more details. """ -import unittest import os +import unittest from pygments import highlight from pygments.lexers import get_lexer_for_filename, get_lexer_by_name |