summaryrefslogtreecommitdiff
path: root/tests/test_perllexer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 00:12:54 +0200
committerGeorg Brandl <georg@python.org>2014-09-20 00:12:54 +0200
commitf7219e7b8b5236db12e077ba36f54182cd665941 (patch)
tree7a65d7f54e5f9b36a1b3342c79a1eb06a8198878 /tests/test_perllexer.py
parentac4a2c47e625fdc12d83a07d360d678abd39af62 (diff)
parent33cb0a84a19b4e96d694eb99b490346f20e315d7 (diff)
downloadpygments-f7219e7b8b5236db12e077ba36f54182cd665941.tar.gz
Merged in pchaigno/pygments-main/prolog-ecl (pull request #374)
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):