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:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user