diff options
Diffstat (limited to 'gitautodeploy/parsers/gitlab.py')
-rw-r--r-- | gitautodeploy/parsers/gitlab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitautodeploy/parsers/gitlab.py b/gitautodeploy/parsers/gitlab.py index 7a8e374..6ebdb6f 100644 --- a/gitautodeploy/parsers/gitlab.py +++ b/gitautodeploy/parsers/gitlab.py @@ -1,4 +1,4 @@ -from WebhookRequestParser import WebhookRequestParser +from common import WebhookRequestParser class GitLabRequestParser(WebhookRequestParser): |