summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/deployments.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/deployments.py')
-rw-r--r--gitlab/v4/objects/deployments.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitlab/v4/objects/deployments.py b/gitlab/v4/objects/deployments.py
index cc15f66..fcd9b49 100644
--- a/gitlab/v4/objects/deployments.py
+++ b/gitlab/v4/objects/deployments.py
@@ -2,6 +2,12 @@ from gitlab.base import * # noqa
from gitlab.mixins import * # noqa
+__all__ = [
+ "ProjectDeployment",
+ "ProjectDeploymentManager",
+]
+
+
class ProjectDeployment(RESTObject, SaveMixin):
pass