Marked as deprecated

This commit is contained in:
2026-03-12 19:14:04 +01:00
parent 66cbb21941
commit e37188f342
+4 -1
View File
@@ -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)