From 6780baa83457f7e99ba3a9c4f6a3c27701326ac5 Mon Sep 17 00:00:00 2001 From: kotfu Date: Wed, 23 May 2018 21:16:17 -0600 Subject: Standardize cmd2 imports in tests and examples --- examples/table_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/table_display.py') diff --git a/examples/table_display.py b/examples/table_display.py index 5d168408..2e6ea804 100755 --- a/examples/table_display.py +++ b/examples/table_display.py @@ -12,7 +12,7 @@ WARNING: This example requires the tabulate module. """ import functools -from cmd2 import cmd2 +import cmd2 import tabulate # Format to use with tabulate module when displaying tables -- cgit v1.2.1