diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 10:53:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 10:53:06 -0400 |
commit | c12ba0ff11b3a8fd083c641cb9149aff6494bbf9 (patch) | |
tree | a858864c091088e633de6ba6c8db55fd618a71e7 /examples/alias_startup.py | |
parent | b3759991adca62779ef7aefbff9dc7004463e129 (diff) | |
parent | 6a122ae91b6a3fabc3709b1d488843715258e58c (diff) | |
download | cmd2-git-c12ba0ff11b3a8fd083c641cb9149aff6494bbf9.tar.gz |
Merge pull request #701 from python-cmd2/rename
Rename load, _relative_load, and pyscript
Diffstat (limited to 'examples/alias_startup.py')
-rwxr-xr-x | examples/alias_startup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alias_startup.py b/examples/alias_startup.py index b765e34c..052d1367 100755 --- a/examples/alias_startup.py +++ b/examples/alias_startup.py @@ -2,7 +2,7 @@ # coding=utf-8 """A simple example demonstrating the following: 1) How to add custom command aliases using the alias command - 2) How to load an initialization script at startup + 2) How to run an initialization script at startup """ import os import cmd2 |