1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

export gittool

This commit is contained in:
2016-06-12 23:00:49 +02:00
parent 6698a51302
commit 34983adcd1

View File

@@ -1,3 +1,4 @@
from pelican_deploy.deploy import DeploymentRunner from pelican_deploy.deploy import DeploymentRunner
from pelican_deploy import gittool
__all__ = [DeploymentRunner] __all__ = [DeploymentRunner, gittool]