~gladex/gladex/0.4

« back to all changes in this revision

Viewing changes to plugins/python/styles/no-rewrite/main.template

  • Committer: Christopher Pax
  • Date: 2008-03-11 02:44:00 UTC
  • Revision ID: chris@school-20080311024400-cvqd2p6ckhxl68ag
Fixed bug #200825 where '4 spaces' tab option would not work in generated function code

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
{I}{I}{I}{I}compile(gpath+"/"+"{CALLBACKS_FILE_TITLE_EXT}")
83
83
{I}{I}{I}{I}reload(callbacks)
84
84
{I}def get_dictionary(self):
85
 
{I}{I}indent = "\t"
 
85
{I}{I}indent = "{INDENT_STYLE}"
86
86
{I}{I}dic = {}
87
87
{I}{I}for hand in self.handarray:
88
88
{I}{I}{I}s = holder(hand, self.wTree)