summaryrefslogtreecommitdiff
path: root/tests/test_perllexer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 00:06:48 +0200
committerGeorg Brandl <georg@python.org>2014-09-20 00:06:48 +0200
commit3aa632c6c357746459a8847feb056cc3c86db93c (patch)
tree3b285fdac519a208586a72ad2fa8ce0fcf0993d8 /tests/test_perllexer.py
parent827f32f543bd55ad65d01acca45658169a9b4a8a (diff)
parented8910f067a347021854227f194f374c5b8cce2d (diff)
downloadpygments-3aa632c6c357746459a8847feb056cc3c86db93c.tar.gz
Merged in jaingaurav2/pygments-main-1011 (pull request #376)
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):