svgui/pyjs/pyjs.py
changeset 1754 63f4af6bf6d9
parent 1752 d14ff9d7eb76
child 1755 624b9694cb0d
equal deleted inserted replaced
1753:19f19c66b67e 1754:63f4af6bf6d9
   328         #for className in self.top_level_classes:
   328         #for className in self.top_level_classes:
   329         #    print >> self.output, "\t"+UU+self.modpfx()+"__"+className+"_initialize();"
   329         #    print >> self.output, "\t"+UU+self.modpfx()+"__"+className+"_initialize();"
   330         #print >> self.output, "};\n"
   330         #print >> self.output, "};\n"
   331 
   331 
   332         print >> self.output, "return this;\n"
   332         print >> self.output, "return this;\n"
   333         print >> self.output, "}; /* end %s */ \n"  % module_name
   333         print >> self.output, "}; /* end %s */ \n" % module_name
   334 
   334 
   335     def module_imports(self):
   335     def module_imports(self):
   336         return self.imported_modules + self.imported_modules_as
   336         return self.imported_modules + self.imported_modules_as
   337 
   337 
   338     def add_local_arg(self, varname):
   338     def add_local_arg(self, varname):