Add deprecation warning to convertdb

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-06 02:29:59 -04:00
parent 00d4406b1f
commit 0e6f34d0ee
5 changed files with 23 additions and 0 deletions

View File

@@ -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