diff options
Diffstat (limited to 'gitautodeploy/parsers/bitbucket.py')
-rw-r--r-- | gitautodeploy/parsers/bitbucket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitautodeploy/parsers/bitbucket.py b/gitautodeploy/parsers/bitbucket.py index 80899fd..b80f6aa 100644 --- a/gitautodeploy/parsers/bitbucket.py +++ b/gitautodeploy/parsers/bitbucket.py @@ -1,4 +1,4 @@ -from common import WebhookRequestParser +from .common import WebhookRequestParser class BitBucketRequestParser(WebhookRequestParser): |