summaryrefslogtreecommitdiff
path: root/pygments/lexers/trafficscript.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/trafficscript.py')
-rw-r--r--pygments/lexers/trafficscript.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/lexers/trafficscript.py b/pygments/lexers/trafficscript.py
index 34ca7d5b..03ab6a06 100644
--- a/pygments/lexers/trafficscript.py
+++ b/pygments/lexers/trafficscript.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
"""
-
pygments.lexers.trafficscript
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -9,6 +8,7 @@
:copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
+
import re
from pygments.lexer import RegexLexer
@@ -16,6 +16,7 @@ from pygments.token import String, Number, Name, Keyword, Operator, Text, Commen
__all__ = ['RtsLexer']
+
class RtsLexer(RegexLexer):
"""
For `Riverbed Stingray Traffic Manager <http://www.riverbed.com/stingray>`_