You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Add autogencap to system path in case autogencap is not pip installed
- # Since this library has not been published to PyPi, it is not easy to install using pip
- import os
- import sys
-
- absparent = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
- sys.path.append(absparent)
|