This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/pyproto/google/__init__.py
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

7 lines
142 B
Python
Executable File

import sys
import os
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.join(THIS_DIR, "third_party", "six"))