Remove some faulty stray "code".

This commit is contained in:
Víðir Valberg Guðmundsson 2018-06-23 23:43:32 +02:00
parent 2f1cc75834
commit 4c56d7db67
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ if __name__ == "__main__":
"Couldn't import Django. Are you sure it's installed and "
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
) from exc
)
execute_from_command_line(sys.argv)