mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
7 lines
97 B
Python
7 lines
97 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.join(os.getcwd(), 'bin'))
|