Skip to content
This repository was archived by the owner on Nov 29, 2019. It is now read-only.

Commit 3c2ca01

Browse files
committed
Syntax fix for python2
1 parent 3e32e93 commit 3c2ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/apps/django2/manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"Couldn't import Django. Are you sure it's installed and "
1212
"available on your PYTHONPATH environment variable? Did you "
1313
"forget to activate a virtual environment?"
14-
) from exc
14+
)
1515
execute_from_command_line(sys.argv)

0 commit comments

Comments
 (0)