Browse Source

formatting

Dave Schuyler 21 years ago
parent
commit
a6c33c23a7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      direct/src/distributed/ConnectionRepository.py

+ 4 - 4
direct/src/distributed/ConnectionRepository.py

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