summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/parsers/gitlab.py
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-06 23:08:58 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-06 23:08:58 +0100
commit9bb81f8c8e75278db86868575fc47394b0541eef (patch)
treed9b2247df0b2bd430e2c59ccc49d9a5774d7e183 /gitautodeploy/parsers/gitlab.py
parent92661088c7a61f3f53c4aa56bc5f7257a6487075 (diff)
downloadGit-Auto-Deploy-9bb81f8c8e75278db86868575fc47394b0541eef.zip
Git-Auto-Deploy-9bb81f8c8e75278db86868575fc47394b0541eef.tar.gz
Git-Auto-Deploy-9bb81f8c8e75278db86868575fc47394b0541eef.tar.bz2
Store parent in common.py
Diffstat (limited to 'gitautodeploy/parsers/gitlab.py')
-rw-r--r--gitautodeploy/parsers/gitlab.py2
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):