forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge conflict in message.py. This is mostly due to that file for some reason having spaces instead of tabs. I've corrected that issue now so it should all be golden. With this merge, you can now choose to ignore ssl verification. This can be useful in a couple of circumstances, none of which I have personally run into. But a couple people on github requested this in issue googleapis#60. So the feature is now in place. Conflicts: O365/message.py
- Loading branch information
Showing
10 changed files
with
292 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# file GENERATED by distutils, do NOT edit | ||
setup.cfg | ||
setup.py | ||
O365\__init__.py | ||
O365\attachment.py | ||
O365\cal.py | ||
O365\contact.py | ||
O365\event.py | ||
O365\group.py | ||
O365\inbox.py | ||
O365\message.py | ||
O365\schedule.py | ||
O365/__init__.py | ||
O365/attachment.py | ||
O365/cal.py | ||
O365/contact.py | ||
O365/event.py | ||
O365/group.py | ||
O365/inbox.py | ||
O365/message.py | ||
O365/schedule.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.