1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Add Python 2.6 support back.

Closes #242.
This commit is contained in:
William Ting
2014-01-07 09:27:05 -06:00
parent 4bb6dfe1ca
commit 3f460fb3e9
11 changed files with 2385 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ from subprocess import PIPE
from IPython.core.magic import register_line_magic
ip = get_ipython()
ip = get_ipython() # noqa
@register_line_magic