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 8950f03 commit 0534d6bCopy full SHA for 0534d6b
awsshell/makeindex.py
@@ -5,9 +5,12 @@
5
6
from six import BytesIO
7
from docutils.core import publish_string
8
-from botocore.docs.bcdoc import textwriter
9
import awscli.clidriver
10
from awscli.argprocess import ParamShorthandDocGen
+try:
11
+ from botocore.docs.bcdoc import textwriter
12
+except ImportError:
13
+ from awscli.bcdoc import textwriter
14
15
from awsshell import determine_doc_index_filename
16
from awsshell.utils import remove_html
0 commit comments