summaryrefslogtreecommitdiff
path: root/manage.py
diff options
context:
space:
mode:
authorMagnus Hagander2019-01-19 19:17:36 +0000
committerMagnus Hagander2019-01-26 15:19:26 +0000
commit07d83eae429a4ea08eb71e1f3b0e9ff6addfc6d4 (patch)
tree515856471a9ba92be138d0c1baa28271c85e5986 /manage.py
parentb7f0398c15cd2a060b84d178d7fba60add7a96e7 (diff)
Update script shebangs to use python3
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 985c7e8f..519f8414 100755
--- a/manage.py
+++ b/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import sys