ghubstan db419e0bdd
Try another way of appending the events module to sys.path
Still not quite right.  The IDE wants to remove the 'unused' import,
and trying to append the sys.path able the 'import sepa_mm_bot'
also makes the IDE unhappy.
2022-03-16 19:21:39 -03:00

6 lines
126 B
Python

import os
import sys
DIR_PATH = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.join(DIR_PATH, 'events'))