mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
Add xrange() and fix second() for Python3.
This commit is contained in:
@@ -24,6 +24,7 @@ from autojump_utils import unico
|
||||
|
||||
if is_python3():
|
||||
os.getcwdu = os.getcwd
|
||||
xrange = range
|
||||
|
||||
|
||||
def u(string):
|
||||
|
||||
Reference in New Issue
Block a user