summaryrefslogtreecommitdiffstats
path: root/doc/development/utils.txt
blob: a4c158bf0e119cbc49e5858a1961fe30dcb5705d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. -*- mode: rst -*-

.. _development-utils:

================
Common Utilities
================

Some helper functions, classes, etc., are useful to both the client
and server.  Some of these are used to maintain
:ref:`development-compat`, and should go in ``Bcfg2.Compat``.  Those
that aren't strictly for Python compatibility go in ``Bcfg2.Utils``,
which is documented below.

.. automodule:: Bcfg2.Utils