Exemplo n.º 1
0
def install_gopath():
	return gs.user_path() + os.pathsep + gs.dist_path()
Exemplo n.º 2
0
def install_gopath():
    return gs.user_path() + os.pathsep + gs.dist_path()
Exemplo n.º 3
0
def ext_pkg_path(*a):
	return gs.user_path('src', 'gosublime', *a)
Exemplo n.º 4
0
def ext_pkg_path(*a):
    return gs.user_path('src', 'gosublime', *a)