mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
9 lines
236 B
Python
Executable File
9 lines
236 B
Python
Executable File
# import sys
|
|
# import os
|
|
# import cme
|
|
|
|
# thirdparty_modules = os.path.join(os.path.dirname(cme.__file__), 'thirdparty')
|
|
|
|
# for module in os.listdir(thirdparty_modules):
|
|
# sys.path.insert(0, os.path.join(thirdparty_modules, module))
|