8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7949300 commit 89109aeCopy full SHA for 89109ae
ET_Client.py
@@ -1,3 +1,6 @@
1
+import warnings
2
+warnings.warn('Import the FuelSDK module instead. This module will be removed in the future.', DeprecationWarning)
3
+
4
# For legacy support only.
5
# Use FuelSDK module instead (Example: from FuelSDK import ET_Client)
6
from FuelSDK import *
0 commit comments