mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
Replace python2.7 by python everywhere.
This commit is contained in:
committed by
Tim Abbott
parent
149938d468
commit
94e4b39112
@@ -33,7 +33,7 @@ class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
if None in (options["api"], options["web"], options["domain"]):
|
||||
print("\033[1;31mYou must provide a domain, an API URL, and a web URL.\033[0m\n", file=sys.stderr)
|
||||
self.print_help("python2.7 manage.py", "create_realm")
|
||||
self.print_help("python manage.py", "create_realm")
|
||||
exit(1)
|
||||
|
||||
if not options["no_realm"]:
|
||||
|
||||
Reference in New Issue
Block a user