diff options
author | gbrandl <devnull@localhost> | 2008-11-25 21:37:42 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-11-25 21:37:42 +0100 |
commit | ac3e3693639ef5b76b94c7b99f45e053a285c039 (patch) | |
tree | 25dda16c9904a5c46b241db733a38565cf0cfea1 /tests/old_run.py | |
parent | f49c7694b8c8802211d2ba49bede2d0f2bd832bd (diff) | |
download | pygments-ac3e3693639ef5b76b94c7b99f45e053a285c039.tar.gz |
Remove unused import.
Diffstat (limited to 'tests/old_run.py')
-rw-r--r-- | tests/old_run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old_run.py b/tests/old_run.py index 97873218..86ff0ea3 100644 --- a/tests/old_run.py +++ b/tests/old_run.py @@ -12,7 +12,7 @@ :license: GNU GPL, see LICENSE for more details. """ -import sys, os, new +import sys, os import unittest from os.path import dirname, basename, join, abspath |