diff options
author | gbrandl <devnull@localhost> | 2007-01-25 23:42:16 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-25 23:42:16 +0100 |
commit | e7ab63f9c55fe71d55386779127704166e313917 (patch) | |
tree | 0550c01a7cc769b75b4866a0c8a084e190d6c74e /pygments/formatters/terminal.py | |
parent | 80dfd874a2a42623537a20bdf0a7bd0a8b0e3849 (diff) | |
download | pygments-e7ab63f9c55fe71d55386779127704166e313917.tar.gz |
[svn] PyLint run.
Diffstat (limited to 'pygments/formatters/terminal.py')
-rw-r--r-- | pygments/formatters/terminal.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pygments/formatters/terminal.py b/pygments/formatters/terminal.py index 6ac6cd1b..4c6d2f9f 100644 --- a/pygments/formatters/terminal.py +++ b/pygments/formatters/terminal.py @@ -9,8 +9,6 @@ :license: BSD, see LICENSE for more details. """ -import os - from pygments.formatter import Formatter from pygments.token import Keyword, Name, Comment, String, Error, \ Number, Operator, Generic, Token |