Skip to content

Commit

Permalink
adding contact to event.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Narcolapser authored Oct 19, 2016
1 parent 85ea9fd commit 744e944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions O365/event.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from O365.contact import Contact
import logging
import json
import requests
Expand Down

0 comments on commit 744e944

Please sign in to comment.