Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-16 15:01:33 +02:00
parent 4956c015c1
commit dadc3ffe94
1 changed files with 2 additions and 2 deletions

View File

@ -514,7 +514,7 @@ class Cdist:
env["__object"] = self.object_dir(cdist_object)
env["__object_id"] = self.get_object_id_from_object(cdist_object)
env["__object_fq"] = cdist_object
env["__type"] = self.type_dir(get_type_from_object(cdist_object))
env["__type"] = self.type_dir(self.get_type_from_object(cdist_object))
if mode == "gencode":
paths = self.type_gencode_paths(self.get_type_from_object(cdist_object))
@ -644,7 +644,7 @@ def install(args):
def emulator():
"""Emulate type commands (i.e. __file and co)"""
process = {}
type = os.path.basename(sys.argv[0])
def commandline():
"""Parse command line"""