diff options
| author | Magnus Hagander | 2019-01-19 19:17:36 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2019-01-26 15:19:26 +0000 |
| commit | 07d83eae429a4ea08eb71e1f3b0e9ff6addfc6d4 (patch) | |
| tree | 515856471a9ba92be138d0c1baa28271c85e5986 /manage.py | |
| parent | b7f0398c15cd2a060b84d178d7fba60add7a96e7 (diff) | |
Update script shebangs to use python3
Diffstat (limited to 'manage.py')
| -rwxr-xr-x | manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import sys |
