Commit d1ce5389 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Added slapupdate to slapprepare

parent 27fa27c2
......@@ -21,6 +21,7 @@ setup(name=name,
entry_points={
'console_scripts': [
'slapprepare = slapprepare:slapprepare',
'slapupdate = slapprepare.slapupdate:main',
]
},
)
......@@ -306,7 +306,3 @@ def main():
#config.displayUserConfig()
update_machine(config)
sys.exit()
if __name__ == "__main__":
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment