~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Aaron Bentley
  • Date: 2008-04-10 04:45:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3354.
  • Revision ID: aaron@aaronbentley.com-20080410044559-g84t1081dbrmy5xd
Update per review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
1103
1103
 
1104
1104
 
1105
1105
class TransportConfig(object):
1106
 
    """A configuration representation that stores data on a Transport.
 
1106
    """A Config that reads/writes a config file on a Transport.
1107
1107
 
1108
1108
    It is a low-level object that considers config data to be name/value pairs
1109
1109
    that may be associated with a section.  Assigning meaning to the these