[tests] Dummy compose is no longer private

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-02-22 15:58:34 +01:00
parent 385b52041c
commit e9292fc942
6 changed files with 37 additions and 37 deletions

View file

@ -17,7 +17,7 @@ class PungiTestCase(unittest.TestCase):
shutil.rmtree(self.topdir)
class _DummyCompose(object):
class DummyCompose(object):
def __init__(self, topdir, config):
self.supported = True
self.compose_date = '20151203'