mirror of https://github.com/tp4a/teleport
remove unnecessary code.
parent
2f315c558b
commit
60432f04ae
|
@ -11,7 +11,6 @@ ctx = BuildContext()
|
||||||
PATH_EXTERNAL = os.path.join(env.root_path, 'external')
|
PATH_EXTERNAL = os.path.join(env.root_path, 'external')
|
||||||
PATH_DOWNLOAD = os.path.join(PATH_EXTERNAL, '_download_')
|
PATH_DOWNLOAD = os.path.join(PATH_EXTERNAL, '_download_')
|
||||||
|
|
||||||
LIBSSH_VER = utils.cfg.ver.libssh
|
|
||||||
|
|
||||||
class BuilderBase:
|
class BuilderBase:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue