1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

rename argparse library

This commit is contained in:
William Ting 2013-12-15 13:13:49 -06:00
parent dabc177bbd
commit b4dcdffa9c
2 changed files with 1 additions and 1 deletions

View File

@ -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()