summaryrefslogtreecommitdiff
path: root/tests/old_run.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-11-25 21:37:42 +0100
committergbrandl <devnull@localhost>2008-11-25 21:37:42 +0100
commitac3e3693639ef5b76b94c7b99f45e053a285c039 (patch)
tree25dda16c9904a5c46b241db733a38565cf0cfea1 /tests/old_run.py
parentf49c7694b8c8802211d2ba49bede2d0f2bd832bd (diff)
downloadpygments-ac3e3693639ef5b76b94c7b99f45e053a285c039.tar.gz
Remove unused import.
Diffstat (limited to 'tests/old_run.py')
-rw-r--r--tests/old_run.py2
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