summaryrefslogtreecommitdiff
path: root/tests/test_perllexer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-19 23:02:18 +0200
committerGeorg Brandl <georg@python.org>2014-09-19 23:02:18 +0200
commit731527e9183d17d0f9eaf35bc0dd263ba84ae5c1 (patch)
treee80c9918f3efb9862c4fce6c45fb8790e97534c1 /tests/test_perllexer.py
parent9cb037001991ce4ef3444820d695ddd202dd3b26 (diff)
downloadpygments-731527e9183d17d0f9eaf35bc0dd263ba84ae5c1.tar.gz
split up text lexers
Diffstat (limited to 'tests/test_perllexer.py')
-rw-r--r--tests/test_perllexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_perllexer.py b/tests/test_perllexer.py
index bfa3aeb8..e37539f2 100644
--- a/tests/test_perllexer.py
+++ b/tests/test_perllexer.py
@@ -11,7 +11,7 @@ import time
import unittest
from pygments.token import String
-from pygments.lexers.agile import PerlLexer
+from pygments.lexers.perl import PerlLexer
class RunawayRegexTest(unittest.TestCase):