diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-24 02:19:41 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-24 02:19:41 -0500 |
| commit | 6ad77bed288403b6baa55c781737674f7f7dc49b (patch) | |
| tree | 0ba5ea307d9c4db633233b0a5e14e0b7521647aa | |
| parent | 01d1f7864487d366e17bc88237599f1810525353 (diff) | |
| download | cmd2-git-6ad77bed288403b6baa55c781737674f7f7dc49b.tar.gz | |
Removed an unused import
| -rw-r--r-- | tests/test_cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 553e8609..71757971 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -5,7 +5,6 @@ Cmd2 unit/functional testing Copyright 2016 Federico Ceratto <federico.ceratto@gmail.com> Released under MIT license, see LICENSE file """ -import getpass import os import sys |
