Replace python2.7 by python everywhere.

This commit is contained in:
Eklavya Sharma
2016-04-07 18:57:25 +05:30
committed by Tim Abbott
parent 149938d468
commit 94e4b39112
24 changed files with 61 additions and 61 deletions

View File

@@ -21,7 +21,7 @@ class Command(BaseCommand):
This is run as part of the nagios health check for the deliver_email command.
Please note that this is only relevant to the SMTP-based email delivery (no Mandrill).
Usage: python2.7 manage.py print_email_delivery_backlog
Usage: python manage.py print_email_delivery_backlog
"""
def handle(self, *args, **options):