mirror of https://github.com/Syncplay/syncplay
Remove import site
This commit is contained in:
parent
66993f6fba
commit
450a3eb103
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
import site, sys
|
import sys
|
||||||
|
|
||||||
# libpath
|
# libpath
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
#coding:utf8
|
#coding:utf8
|
||||||
|
|
||||||
import site, sys
|
import sys
|
||||||
|
|
||||||
# libpath
|
# libpath
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue