fix run error

This commit is contained in:
csunny 2018-11-26 15:56:43 +08:00
parent 161f4d1001
commit 22010447b5

View File

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