mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-27 21:31:16 -04:00
Update setup.py
This commit is contained in:
parent
c491b93799
commit
54d047e948
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ def check_if_root():
|
|||
raise errors.CoCoError(u"You need to be root. Run as sudo.")
|
||||
|
||||
if __name__ == u"__main__":
|
||||
print("Code Combat Development Environment Setup Script")
|
||||
print("CodeCombat Development Environment Setup Script")
|
||||
check_if_root()
|
||||
setup = factories.constructSetup()
|
||||
setup.setup()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue