summaryrefslogtreecommitdiff
path: root/pygments/styles/fruity.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-01-12 15:53:28 +0100
committergbrandl <devnull@localhost>2007-01-12 15:53:28 +0100
commitefaccf6fd1322930aca142dd1a96d06d1bae84a3 (patch)
treef6aa6dcc5167601a07b7e10a9ab27d26fc47de9d /pygments/styles/fruity.py
parent65750ddadbe26b140083030b6ac062e1af4a79b0 (diff)
downloadpygments-efaccf6fd1322930aca142dd1a96d06d1bae84a3.tar.gz
[svn] Make check.
Diffstat (limited to 'pygments/styles/fruity.py')
-rw-r--r--pygments/styles/fruity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/styles/fruity.py b/pygments/styles/fruity.py
index b2991b9c..a6da42bb 100644
--- a/pygments/styles/fruity.py
+++ b/pygments/styles/fruity.py
@@ -10,7 +10,8 @@
"""
from pygments.style import Style
-from pygments.token import Token, Comment, Name, Keyword, Generic, Number, Operator, String
+from pygments.token import Token, Comment, Name, Keyword, \
+ Generic, Number, Operator, String
class FruityStyle(Style):