diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/test_commandline_parser.py (renamed from src/tests/test_commandline_parser.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_commandline_parser.py b/tests/test_commandline_parser.py index 5d1232b..5713286 100644 --- a/src/tests/test_commandline_parser.py +++ b/tests/test_commandline_parser.py @@ -1,6 +1,6 @@ import sys import pytest -from ..command import Command +from avp.command import Command def test_commandline_help(): |
