This patch moves some parts from the config.py module to config.utils and
config.temporary_reservations. Further the change allows to further split the
config module, should the need arise.

Aaron Karper (5):
  Move config.py to config/__init__.py for split
  Move temporary reservation manager to separate file
  Move ConfigSync and ConfigManager to config.utils
  Add mini-docstring for DetachedConfig
  Document problem with ConfigWriter class

 Makefile.am                           |   9 +-
 lib/{config.py => config/__init__.py} | 363 ++++++++++++----------------------
 lib/config/temporary_reservations.py  | 101 ++++++++++
 lib/config/utils.py                   |  80 ++++++++
 4 files changed, 320 insertions(+), 233 deletions(-)
 rename lib/{config.py => config/__init__.py} (94%)
 create mode 100644 lib/config/temporary_reservations.py
 create mode 100644 lib/config/utils.py

-- 
2.1.0.rc2.206.gedb03e5

Reply via email to