File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,10 @@ language: python
2
2
3
3
matrix :
4
4
include :
5
- - python : 2.6
6
- env : TEST_TYPE=test
7
5
- python : 2.7
8
6
env : TEST_TYPE=test
9
7
- python : 2.7
10
8
env : TEST_TYPE=check
11
- - python : 3.3
12
- env : TEST_TYPE=test
13
9
- python : 3.4
14
10
env : TEST_TYPE=test
15
11
- python : 3.5
Original file line number Diff line number Diff line change 5
5
6
6
from six import BytesIO
7
7
from docutils .core import publish_string
8
- from botocore .docs .bcdoc import textwriter
9
8
import awscli .clidriver
10
9
from awscli .argprocess import ParamShorthandDocGen
10
+ try :
11
+ from botocore .docs .bcdoc import textwriter
12
+ except ImportError :
13
+ from awscli .bcdoc import textwriter
11
14
12
15
from awsshell import determine_doc_index_filename
13
16
from awsshell .utils import remove_html
You can’t perform that action at this time.
0 commit comments