From 744e9440e57bedfb534434b02925dcde9a48ed9b Mon Sep 17 00:00:00 2001 From: Toben Archer Date: Wed, 19 Oct 2016 11:09:05 -0500 Subject: [PATCH] adding contact to event. Event makes use of the contact module on line 315 of this file. It was never imported and so that caused an error. Added contact to the imports, this should relieve the issue. --- O365/event.py | 1 + 1 file changed, 1 insertion(+) diff --git a/O365/event.py b/O365/event.py index 9c8dd315cfbd..7265af55b740 100644 --- a/O365/event.py +++ b/O365/event.py @@ -1,3 +1,4 @@ +from O365.contact import Contact import logging import json import requests