Example #1
0
 def defaultConfig(self):
     config = Adapter.defaultConfig(self)
     config.update(
         ShowConsole = False,
         ConsoleWidth = 80, # use 0 to turn off
         ConsoleHangingIndent = 4,
     )
     return config
Example #2
0
 def defaultConfig(self):
     config = Adapter.defaultConfig(self)
     config.update(
         ShowConsole=False,
         ConsoleWidth=80,  # use 0 to turn off
         ConsoleHangingIndent=4,
     )
     return config