naiveproxy/third_party/protobuf/__init__.py

7 lines
142 B
Python
Raw Permalink Normal View History

2018-08-11 08:35:24 +03:00
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"))