awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.17k stars 772 forks source link

Fix py3 startup issues #20

Closed jamesls closed 8 years ago

jamesls commented 8 years ago

Fixes #13.

I'm in the process of refactoring some of the internals, so I'm hoping this is one of the last PRs I send that does not have tests. I have verified that everything works with python3:

$ python --version
Python 3.4.2
$ aws-shell
aws> dynamodb list-tables
{
    "TableNames": []
}
donnemartin commented 8 years ago

Looks good, verified works for me, Python 3.4.3.

:shipit: