1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 12:45:57 +01:00
Files
atomic/Atomic/__init__.py
baude a0dcf85d15 1.22
Signed-off-by: baude <bbaude@redhat.com>
2018-02-21 08:12:31 -06:00

15 lines
405 B
Python

from .pulp import PulpServer, PulpConfig
from .satellite import SatelliteServer, SatelliteConfig
from .atomic import Atomic
from .util import write_out
#https://bitbucket.org/logilab/pylint/issues/36/
#pylint: disable=no-member
# When changinig the version here, also change in the
# .copr/atomic.spec line 18.
__version__ = '1.22.1'
__author__ = 'Daniel Walsh'
__author_email__ = 'dwalsh@redhat.com'