diff options
Diffstat (limited to 'prettytable/__init__.py')
-rw-r--r-- | prettytable/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prettytable/__init__.py b/prettytable/__init__.py index ac2cb37..bef5807 100644 --- a/prettytable/__init__.py +++ b/prettytable/__init__.py @@ -33,5 +33,5 @@ __version__ = "0.9.2" from .prettytable import PrettyTable -from .prettytable import ALL, HEADER, MSWORD_FRIENDLY, NONE +from .prettytable import ALL, HEADER, MSWORD_FRIENDLY, NONE, PLAIN_COLUMNS from .factory import from_csv, from_db_cursor, from_html, from_html_one |