forked from ungleich-public/cdist
rename emulator to run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7ec9fbbf12
commit
9d582ae24f
2 changed files with 4 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ if __name__ == "__main__":
|
|||
|
||||
if re.match(TYPE_PREFIX, os.path.basename(sys.argv[0])):
|
||||
import cdist.emulator
|
||||
cdist.emulator.emulator(sys.argv)
|
||||
cdist.emulator.run(sys.argv)
|
||||
else:
|
||||
import cdist
|
||||
import cdist.banner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue