MySQL or Postgres Docker container. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
7 lines
110 B
Python
7 lines
110 B
Python
from __future__ import unicode_literals
|
|
|
|
from ..base import * # NOQA
|
|
|
|
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'
|
|
|