summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-07 16:54:52 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-07 16:54:52 -0400
commit0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457 (patch)
tree923a9ce5c9f1eab31b5c59388a22d600ff94f8c2 /tests/test_completion.py
parentab1ae68d2747b82812b03edbbccfbca39cf1c638 (diff)
downloadcmd2-git-0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457.tar.gz
Removed copyright headers from source files and updated LICENSE with current year
Diffstat (limited to 'tests/test_completion.py')
-rw-r--r--tests/test_completion.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index 6fd45ff9..0a16bc28 100644
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -5,9 +5,6 @@ Unit/functional testing for readline tab-completion functions in the cmd2.py mod
These are primarily tests related to readline completer functions which handle tab-completion of cmd2/cmd commands,
file system paths, and shell commands.
-
-Copyright 2017 Todd Leonhardt <todd.leonhardt@gmail.com>
-Released under MIT license, see LICENSE file
"""
import argparse
import os