We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525708e commit bb4e5feCopy full SHA for bb4e5fe
docs/conf.py
@@ -13,6 +13,7 @@
13
14
import sys
15
from datetime import date
16
+
17
from sphinx.highlighting import lexers
18
19
# If extensions (or modules to document with autodoc) are in another directory,
utils/gyb.py
@@ -7,13 +7,16 @@
7
import os
8
import re
9
10
+import textwrap
11
+import tokenize
12
+from bisect import bisect
try:
from cStringIO import StringIO
except ImportError:
from io import StringIO
-import textwrap
-import tokenize
-from bisect import bisect
20
21
22
basestring
0 commit comments