summaryrefslogtreecommitdiff
path: root/pygments/formatters/rtf.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-20 16:14:36 +0100
committergbrandl <devnull@localhost>2006-12-20 16:14:36 +0100
commit80ebade7c25cb6f79477debd55254c18862d3eff (patch)
treefc7971b4b69261806b23ddd68c22bd6b2d3f777e /pygments/formatters/rtf.py
parent59db12020433e4787555cfeccaeae65f872f59b6 (diff)
downloadpygments-80ebade7c25cb6f79477debd55254c18862d3eff.tar.gz
[svn] Some style nits and make check.
Diffstat (limited to 'pygments/formatters/rtf.py')
-rw-r--r--pygments/formatters/rtf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py
index d679399c..4eaa929b 100644
--- a/pygments/formatters/rtf.py
+++ b/pygments/formatters/rtf.py
@@ -8,11 +8,8 @@
:copyright: 2006 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
-import cStringIO
from pygments.formatter import Formatter
-from pygments.token import Token
-from pygments.util import get_bool_opt, get_int_opt
__all__ = ['RtfFormatter']