Marked as deprecated
This commit is contained in:
@@ -31,6 +31,7 @@ from . import json
|
|||||||
from . import ini
|
from . import ini
|
||||||
from . import parse
|
from . import parse
|
||||||
from . import serialize
|
from . import serialize
|
||||||
|
import warnings
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'exceptions',
|
'exceptions',
|
||||||
@@ -39,4 +40,6 @@ __all__ = [
|
|||||||
'parse',
|
'parse',
|
||||||
'serialize',
|
'serialize',
|
||||||
*_configuration__all__
|
*_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