mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Guarded the sys.path.insert.
This commit is contained in:
parent
bb1bdd2725
commit
adbd4fd23b
@ -38,7 +38,8 @@ Fixes stuff that Python should have but doesn't.
|
|||||||
import sys
|
import sys
|
||||||
import string
|
import string
|
||||||
|
|
||||||
sys.path.insert(0, 'others')
|
if 'others' not in sys.path:
|
||||||
|
sys.path.insert(0, 'others')
|
||||||
|
|
||||||
string.ascii = string.maketrans('', '')
|
string.ascii = string.maketrans('', '')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user