Skip to content

Commit ef805d3

Browse files
Put hashbang on first line of manage.py
1 parent e234d6e commit ef805d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) Microsoft Corporation.
24
# Licensed under the MIT license.
35

4-
#!/usr/bin/env python
56
import os
67
import sys
78

0 commit comments

Comments
 (0)