diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-17 20:45:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 20:45:09 -0700 |
commit | 01e434183d3333b1be03c293a82e36b034e0f78b (patch) | |
tree | caef34b8dbc7389b249876d182e1ec6629f02db3 /tests/test_argparse.py | |
parent | 49f02121cbe01de1c8203a15e22ab928b37b8971 (diff) | |
parent | 9697bf1858c6ef06e13bdfd3dfaea6d0376d9a6a (diff) | |
download | cmd2-git-01e434183d3333b1be03c293a82e36b034e0f78b.tar.gz |
Merge pull request #360 from python-cmd2/package
Convert cmd2 to a multi-file Python package
Diffstat (limited to 'tests/test_argparse.py')
-rw-r--r-- | tests/test_argparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_argparse.py b/tests/test_argparse.py index 7096848a..6a9a93a7 100644 --- a/tests/test_argparse.py +++ b/tests/test_argparse.py @@ -8,7 +8,7 @@ import pytest import cmd2 from unittest import mock -from conftest import run_cmd, StdOut +from .conftest import run_cmd, StdOut # Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit) try: |