Skip to content

Commit

Permalink
Module requires boto due to ec2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdynasty committed Apr 9, 2016
1 parent 36c2c6c commit c9a4823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/amazon/kinesis_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
'''

try:
import boto
import botocore
import boto3
HAS_BOTO3 = True
Expand Down

0 comments on commit c9a4823

Please sign in to comment.