6 lines
108 B
Python
6 lines
108 B
Python
from __future__ import unicode_literals
|
|
|
|
from ..base import * # NOQA
|
|
|
|
SIGNATURES_GPG_PATH = '/usr/bin/gpg'
|