- [MANTA-1478] Properly handle paging through ListDirectory results. Before
this, `<MantaClient>.ls(...)` and `mantash ls` would not return all
entries in a directory with greater than ~256 entries.
- Add 'mantash open MANTA-PATH' to open a file in Manta in your browser.
- Rename 'mantash gzcat ...' to 'mantash zcat ...' as it should have been.
- [issue 8] A start at Python 3 support. This is **incomplete**. Paramiko
doesn't support Python 3 so we are stuck. Update to httplib2 0.8.