summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-11-25 22:44:01 +0100
committergbrandl <devnull@localhost>2008-11-25 22:44:01 +0100
commitf761ac9cafa8df480a8762c466bef6c2b985a286 (patch)
tree88c52f0db13df87d29c1e79744a67cf16e97ac4b /pygments/lexers/functional.py
parentfef681fdb88cd9a4e527fe43ba2f8cd389db3143 (diff)
downloadpygments-f761ac9cafa8df480a8762c466bef6c2b985a286.tar.gz
Fix unused imports.
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r--pygments/lexers/functional.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py
index c885cffd..3fec63f2 100644
--- a/pygments/lexers/functional.py
+++ b/pygments/lexers/functional.py
@@ -16,8 +16,7 @@ try:
except NameError:
from sets import Set as set
-from pygments.lexer import Lexer, RegexLexer, bygroups, using, this, include, \
- do_insertions
+from pygments.lexer import Lexer, RegexLexer, bygroups, include, do_insertions
from pygments.token import Text, Comment, Operator, Keyword, Name, \
String, Number, Punctuation, Literal