diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-04-02 21:55:45 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-04-02 21:55:45 -0400 |
commit | 8e177471575802a600fb7fbf7839638c3c4a6497 (patch) | |
tree | 064495cf7e52bc492deb27cce4f37479774b7c9e /cmd2/utils.py | |
parent | 76741c3ee3037bd6239a8e716406d3f3df1d8dc2 (diff) | |
download | cmd2-git-8e177471575802a600fb7fbf7839638c3c4a6497.tar.gz |
Added some unit tests for ProcReader and ContextFlag utility classes
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r-- | cmd2/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index 95f7907b..1f61c4a4 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -1,4 +1,3 @@ -# # coding=utf-8 """Shared utility functions""" |