mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
rename argparse library
This commit is contained in:
parent
dabc177bbd
commit
b4dcdffa9c
@ -38,7 +38,7 @@ try:
|
||||
except ImportError:
|
||||
# Python 2.6 support
|
||||
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
||||
import autojump_argparse as argparse
|
||||
import argparse
|
||||
sys.path.pop()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user