~crunch.io/ubuntu/precise/awscli/unstable

« back to all changes in this revision

Viewing changes to awscli/table.py

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2015-01-13 23:09:28 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20150113230928-uc9exkzqb17ogig0
Tags: 1.7.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
import struct
16
16
 
17
17
import colorama
18
 
import six
 
18
from awscli.compat import six
19
19
 
20
20
 
21
21
def determine_terminal_width(default_width=80):