You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intercom/__init__.py
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@
12
12
__version__='2.0-alpha'
13
13
14
14
15
-
RELATED_DOCS_TEXT="See https://github.com/jkeyes/python-intercom for usage examples."
16
-
COMPATIBILITY_WARNING_TEXT="It looks like you are upgrading from an older version of python-intercom. Please note that this new version (%s) is not backwards compatible."% (__version__)
17
-
COMPATIBILITY_WORKAROUND_TEXT="To get rid of this error please set Intercom.app_api_key and don't set Intercom.api_key."
18
-
CONFIGURATION_REQUIRED_TEXT="You must set both Intercom.app_id and Intercom.app_api_key to use this client."
0 commit comments