Skip to content

Commit a09fffc

Browse files
python3 shebang
1 parent 977ed57 commit a09fffc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

demo.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python3
2+
13
import sys
24
sys.path.append('core')
35

evaluate.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python3
2+
13
import sys
24
sys.path.append('core')
35

train.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python3
2+
13
from __future__ import print_function, division
24
import sys
35
sys.path.append('core')

0 commit comments

Comments
 (0)