formatting

This commit is contained in:
Dave Schuyler 2004-08-07 01:14:54 +00:00
parent 98a25419fa
commit a6c33c23a7
1 changed files with 4 additions and 4 deletions

View File

@ -58,11 +58,11 @@ class ConnectionRepository(DirectObject.DirectObject, CConnectionRepository):
self.dcSuffix = ''
def readDCFile(self, dcFileNames = None):
""" Reads in the dc files listed in dcFileNames, or if
"""
Reads in the dc files listed in dcFileNames, or if
dcFileNames is None, reads in all of the dc files listed in
the Configrc file. """
the Configrc file.
"""
dcFile = self.getDcFile()
dcFile.clear()
self.dclassesByName = {}