blob: f539b67002b1c36d5fb37cf7b6062dd043ffc76a (
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
|