diff options
Diffstat (limited to 'gitautodeploy/parsers/gitlabci.py')
-rw-r--r-- | gitautodeploy/parsers/gitlabci.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitautodeploy/parsers/gitlabci.py b/gitautodeploy/parsers/gitlabci.py index 9fc66be..6b5e3ca 100644 --- a/gitautodeploy/parsers/gitlabci.py +++ b/gitautodeploy/parsers/gitlabci.py @@ -1 +1 @@ -from WebhookRequestParser import WebhookRequestParser +from common import WebhookRequestParser |