summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-18 00:09:29 +0100
committerGeorg Brandl <georg@python.org>2010-02-18 00:09:29 +0100
commitaf1aaff1889687a7645608ddfc220316133c4dee (patch)
treeb1ba12240823a63dae4353d496c1068d874c805d /pygments/__init__.py
parent8639a2afad99f0c1bee2732823f57246b6596c73 (diff)
downloadpygments-af1aaff1889687a7645608ddfc220316133c4dee.tar.gz
Remove compatibility "sets" imports.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index ff17af4f..3dad6ab9 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -32,7 +32,7 @@ __docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']
-import sys, os
+import sys
from pygments.util import StringIO, BytesIO