diff options
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index 6d3e5a82..00000000 --- a/tests/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# -# -*- coding: utf-8 -*- -# -from .conftest import run_cmd, StdOut, normalize, BASE_HELP, BASE_HELP_VERBOSE, \ - HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG |