File: configobjwalker.py

package info (click to toggle)
python-dynaconf 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,900 kB
  • sloc: python: 21,464; sh: 9; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
import warnings
from.util import configobj_walker as new_configobj_walker
if False:from typing import Any
def configobj_walker(cfg):warnings.warn('configobj_walker has moved to ruamel.yaml.util, please update your code');return new_configobj_walker(cfg)