7 lines
122 B
Python
7 lines
122 B
Python
from __future__ import unicode_literals
|
|
|
|
from .base import * # NOQA
|
|
|
|
DEBUG = False
|
|
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'
|