From 010886ab4b28a05cd02687ad65c7f52c3bbddb99 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 18 2016 09:57:18 +0000 Subject: Add missing import for running the example code --- diff --git a/doc/using_webhooks.rst b/doc/using_webhooks.rst index 72c4d72..2033e4f 100644 --- a/doc/using_webhooks.rst +++ b/doc/using_webhooks.rst @@ -34,6 +34,7 @@ to validate the message, in python you can simply do something like this: :: import hmac + import hashlib payload = # content you received in the POST request headers = # headers of the POST request