Skip to content

Commit ac8a5b4

Browse files
committed
Change manage.py to Python 3
1 parent 0059432 commit ac8a5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import os, sys
33

44
if __name__ == "__main__":

0 commit comments

Comments
 (0)