mirror of
https://github.com/status-im/infra-role-github-webhook.git
synced 2026-08-31 11:41:13 +00:00
4 lines
121 B
Python
4 lines
121 B
Python
# For relative imports to work in Python 3.6
|
|
import os, sys
|
|
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|