Python wrapper with Docker backend with profiles
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import sys, os, argparse, tempfile
|
||||
sys.path.append(os.path.dirname(__file__) + '/lib')
|
||||
import tamarin, system, rkt
|
||||
import tamarin
|
||||
|
||||
def get_args_parser():
|
||||
parser = argparse.ArgumentParser(description="Tamarin's container entrypoint")
|
||||
@ -12,7 +12,6 @@ def get_args_parser():
|
||||
def get_buildtools_dir():
|
||||
return os.path.realpath(os.path.dirname(os.path.abspath(__file__)) + "/buildtools")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
parser = get_args_parser()
|
||||
|
Reference in New Issue
Block a user