示例#1
0
 def __init__(self, temp_dir_for_excludes=None):
     Settings.__init__(self, None)
     self.add_section('Plugins')
     self.set('pythonpath', [])
     self.set('auto imports', [])
     if temp_dir_for_excludes:
         self.excludes = Excludes(temp_dir_for_excludes)