Marked as deprecated
This commit is contained in:
@@ -31,6 +31,7 @@ from . import json
|
||||
from . import ini
|
||||
from . import parse
|
||||
from . import serialize
|
||||
import warnings
|
||||
|
||||
__all__ = [
|
||||
'exceptions',
|
||||
@@ -39,4 +40,6 @@ __all__ = [
|
||||
'parse',
|
||||
'serialize',
|
||||
*_configuration__all__
|
||||
]
|
||||
]
|
||||
|
||||
warnings.warn('config-parser is deprecated. Use jcloud-config-parser instead (due to a name conflict).', DeprecationWarning)
|
||||
Reference in New Issue
Block a user