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

Add install / uninstall / documentation for tcsh shell.

This commit is contained in:
William Ting
2014-06-28 19:06:16 -07:00
parent 349326c82c
commit 567ae121ab
5 changed files with 16 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ import sys
import mock
import pytest
# Python 3 compatibility
if sys.version_info[0] == 3:
os.getcwdu = os.getcwd
sys.path.append(os.path.join(os.getcwd(), 'bin'))