Wrong hash bang

This commit is contained in:
斟酌 鵬兄 2016-06-01 00:35:58 +08:00
parent 65100e652c
commit cd262441e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!env/bin/python
import os, sys
sys.path.append( os.path.abspath( "." ) )