diff options
Diffstat (limited to 'gitautodeploy/parsers/github.py')
-rw-r--r-- | gitautodeploy/parsers/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitautodeploy/parsers/github.py b/gitautodeploy/parsers/github.py index bede7bb..5f2ba5d 100644 --- a/gitautodeploy/parsers/github.py +++ b/gitautodeploy/parsers/github.py @@ -1,4 +1,4 @@ -from common import WebhookRequestParser +from .common import WebhookRequestParser class GitHubRequestParser(WebhookRequestParser): |