Skip to content

Commit

Permalink
rename to FutureYAMLConfigManager
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Feb 1, 2024
1 parent bf66264 commit 6c32a46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jsonschema>=3.2.0
pyyaml>=5.0
ubiquerg>=0.6.1
ubiquerg>=0.6.3
2 changes: 2 additions & 0 deletions yacman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
from .exceptions import *
from .yacman import YAMLConfigManager, select_config, load_yaml
from ubiquerg import read_lock, write_lock

from .yacman import FutureYAMLConfigManager
2 changes: 1 addition & 1 deletion yacman/yacman.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def my_construct_mapping(self, node, deep=False):
# itself, which only allows one type of context manager.


class YAMLConfigManager(MutableMapping):
class FutureYAMLConfigManager(MutableMapping):
"""
A YAML configuration manager, providing file locking, loading,
writing, etc. for YAML configuration files.
Expand Down

0 comments on commit 6c32a46

Please sign in to comment.