Esempio n. 1
0
 def __init__(self, filePath=None, primaryLabel=None):
     Settings.__init__(self, filePath)
     self._primaryLabel = primaryLabel
     self._sortKeys = None
     self._altIndex = None
     if filePath != None:
         self._primaryLabel = self.read(filePath, primaryLabel)
Esempio n. 2
0
 def __init__(self, filePath=None, primaryLabel=None):
     Settings.__init__(self,filePath)
     self._primaryLabel=primaryLabel
     self._sortKeys = None
     self._altIndex = None
     if filePath != None:
         self._primaryLabel = self.read(filePath, primaryLabel)