summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-01-23 22:00:05 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-01-23 22:00:05 -0500
commitbc57f016e603ec9e92c8a15d366e76d07d7dd762 (patch)
treefa175a4ad4c339c7f7a313a8076bf08c96568e3b /cmd2.py
parenta51fa9005270e506a785e878f945952a135026ac (diff)
downloadcmd2-git-bc57f016e603ec9e92c8a15d366e76d07d7dd762.tar.gz
Changed header comment in cmd2.py to refer to GitHub repo instead of old assembla mercurial one. Also changed exampleSession.txt example transcript to not include the "set" command since the output was platform dependent due to the default editor varying.
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index e678de16..08fab0bd 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -22,7 +22,7 @@ written to use `self.stdout.write()`,
- Catherine Devlin, Jan 03 2008 - catherinedevlin.blogspot.com
-mercurial repository at http://www.assembla.com/wiki/show/python-cmd2
+Git repository on GitHub at https://github.com/python-cmd2/cmd2
"""
import cmd
import copy