Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 89109ae

Browse files
author
Charlie Moad
committed
added deprecation warning to old module
1 parent 7949300 commit 89109ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ET_Client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
# For legacy support only.
25
# Use FuelSDK module instead (Example: from FuelSDK import ET_Client)
36
from FuelSDK import *

0 commit comments

Comments
 (0)