formatting
This commit is contained in:
parent
98a25419fa
commit
a6c33c23a7
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue