Add deprecation warning to convertdb
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -7,6 +7,12 @@ class DatabaseWarning(UserWarning):
|
||||
"""
|
||||
|
||||
|
||||
class DeprecationWarning(UserWarning):
|
||||
"""
|
||||
Warning when a feature or interface has been deprecated
|
||||
"""
|
||||
|
||||
|
||||
class InterfaceWarning(UserWarning):
|
||||
"""
|
||||
Warning when using obsolete internal interfaces
|
||||
|
||||
Reference in New Issue
Block a user