summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@posteo.net>2019-05-21 20:58:57 +0000
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-05-21 20:58:57 +0000
commitce9523e9990358407cbc4f34f6dc999e32a6679f (patch)
tree7b5b6cec254841dde2dd12d01d3b14e00d9f0dff
parentae5abb9cea7e20a54daeb7536fcbfc31d1348485 (diff)
downloadgtk-doc-ce9523e9990358407cbc4f34f6dc999e32a6679f.tar.gz
Revert "highlight: my pylint happy"
This reverts commit 6ad3606155976ec7e246d02e39d21eb8bd4511b0
-rw-r--r--gtkdoc/highlight.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtkdoc/highlight.py b/gtkdoc/highlight.py
index 8f6e470..ded674e 100644
--- a/gtkdoc/highlight.py
+++ b/gtkdoc/highlight.py
@@ -22,8 +22,7 @@
"""
Highlight sourcecode snippets.
"""
-import os
-import stat
+import os, stat
from pygments import highlight
from pygments.lexers import CLexer