1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/bin
Daniel Hahler 4382116b55 Vendorize argparse
This adds the argparse library [1] as autojump_argparse and imports it
via sys.path mangling in case argparse does not exist (Python 2.6 or
below without argparse installed).

This makes autojump effectively work with Python 2.6 again by default.

I have not verified license compatibility, but given the intention of
the (backport) project this is likely OK (it is licensed under the
Python license).

1: http://code.google.com/p/argparse/

Fixes issue #121.
2012-09-26 22:04:45 +02:00
..
_j update shell scripts to use new tab completion argument --complete, update docs with new --preserve option 2012-05-06 15:17:33 -10:00
autojump Vendorize argparse 2012-09-26 22:04:45 +02:00
autojump_argparse.py Vendorize argparse 2012-09-26 22:04:45 +02:00
autojump.bash Fix #135. Autojump was failing for directories with - due to bad regex. 2012-06-28 18:52:00 -10:00
autojump.sh Remove license from individual files, consolidate information into AUTHORS and LICENSE 2012-05-06 12:56:01 -10:00
autojump.zsh Remove loading compinit module from autojump.zsh. 2012-07-02 17:36:27 -10:00
icon.png restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00
jumpapplet Remove license from individual files, consolidate information into AUTHORS and LICENSE 2012-05-06 12:56:01 -10:00