summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-04-08 23:42:36 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-04-08 23:42:36 -0400
commit030f4ec919e7dc2645b1c0de9190d936c25fdb90 (patch)
treedfe183a82dd568ec4c7710405e28c8081a754a2a
parent94f1bb23400ba77950fa61e2bcab0c1afe40d352 (diff)
downloadcmd2-git-030f4ec919e7dc2645b1c0de9190d936c25fdb90.tar.gz
Removed the shebang from cmd2.py which was a hangover from when that file formerly had a __main__
-rw-r--r--cmd2/cmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index fdc7a2d8..a8661e3c 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# coding=utf-8
"""Variant on standard library's cmd with extra features.