summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/parsers/bitbucket.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitautodeploy/parsers/bitbucket.py')
-rw-r--r--gitautodeploy/parsers/bitbucket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitautodeploy/parsers/bitbucket.py b/gitautodeploy/parsers/bitbucket.py
index b02a6ac..791b491 100644
--- a/gitautodeploy/parsers/bitbucket.py
+++ b/gitautodeploy/parsers/bitbucket.py
@@ -1,4 +1,4 @@
-from WebhookRequestParser import WebhookRequestParser
+from common import WebhookRequestParser
class BitBucketRequestParser(WebhookRequestParser):