mirror of
https://github.com/ChronosX88/PyNesca.git
synced 2024-11-22 13:12:18 +00:00
7 lines
87 B
Python
7 lines
87 B
Python
|
import sys
|
||
|
import os
|
||
|
|
||
|
|
||
|
fil = __file__[:__file__.rindex(os.sep)]
|
||
|
sys.path.insert(0,fil)
|