diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2016-12-11 12:14:00 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2016-12-11 12:14:00 -0500 |
commit | ba9a846ee910e6d8d64a7062e3936f48037a7aaf (patch) | |
tree | 7fdf2419ba0089eff36e6f2b0dc45c8a338c3a3e /.gitignore | |
parent | 12507cf535bf5fcc4ddfc99df6228c7938090369 (diff) | |
download | cmd2-git-ba9a846ee910e6d8d64a7062e3936f48037a7aaf.tar.gz |
Safer work-around for Python 3 removing the built-in file() function
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,4 +2,6 @@ __pycache__ build dist cmd2.egg-info +.idea +.cache |