2017-03-27 21:09:36 +00:00
|
|
|
import sys
|
|
|
|
import os
|
|
|
|
import cme
|
|
|
|
|
2021-02-28 14:00:12 +00:00
|
|
|
# thirdparty_modules = os.path.join(os.path.dirname(cme.__file__), 'thirdparty')
|
2017-10-25 02:08:19 +00:00
|
|
|
|
2021-02-28 14:00:12 +00:00
|
|
|
# for module in os.listdir(thirdparty_modules):
|
|
|
|
# sys.path.insert(0, os.path.join(thirdparty_modules, module))
|