blob: 81566bbf3294a1d11b8163cc29d00ddfc2eb6831 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import os.path
pem = os.path.abspath(__file__)
pem = os.path.dirname(pem)
pem = os.path.dirname(pem)
pem = os.path.dirname(pem)
pem = os.path.dirname(pem)
pem = os.path.dirname(pem)
pem = os.path.join(pem, 'certs', 'cacert.pem')
def where():
return pem
|