diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-14 00:06:19 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-14 00:06:19 -0400 |
commit | d2ebee4a6e55798f9d5fa41f8e2a200005b87cde (patch) | |
tree | 49758371d81c2947a852aecbe6a5065d3c37013f /examples/async_printing.py | |
parent | 88b45e12b0c2c9e7f8e386504f2d6808f396560b (diff) | |
download | cmd2-git-d2ebee4a6e55798f9d5fa41f8e2a200005b87cde.tar.gz |
Fixed how shortcuts are set in examples
Diffstat (limited to 'examples/async_printing.py')
-rwxr-xr-x | examples/async_printing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/async_printing.py b/examples/async_printing.py index dddbc352..60119a9c 100755 --- a/examples/async_printing.py +++ b/examples/async_printing.py @@ -32,7 +32,6 @@ class AlerterApp(cmd2.Cmd): def __init__(self, *args, **kwargs) -> None: """ Initializer """ - super().__init__(*args, **kwargs) self.prompt = "(APR)> " |