Skip to content

Commit

Permalink
add support for python 2.6 (missing argparse) to bundle file
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Mar 4, 2014
1 parent 401dbb1 commit 8f10f29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ crate.egg-info
/.idea/
.tox/
*.DS_Store

/devtools/bin/
/devtools/dependencies/
/devtools/eggs/
/devtools/parts/
/devtools/develop-eggs/
/devtools/.installed.cfg
/devtools/crash.zip.py
/devtools/venv/
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changes for crate
Unreleased
==========

- added single-file crash bundle ``crash.zip.py``

2014/02/27 0.3.1
================

Expand Down
2 changes: 2 additions & 0 deletions devtools/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parts = scripts
recipe = zc.recipe.egg:script
interpreter = py
eggs = crate
argparse

[versions]
crate = 0.3.1
argparse = 1.2.1

0 comments on commit 8f10f29

Please # to comment.