Skip to content

Commit

Permalink
misc. cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Oct 8, 2023
1 parent 5740d03 commit dbebebe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mezcla/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# TODO: def mezcla_import(name): ... components = eval(name).split(); ... import nameN-1.nameN as nameN
from mezcla import debug
from mezcla.main import Main
from mezcla import system
from mezcla.my_regex import my_re
from mezcla import system
## TODO:
## from mezcla import glue_helpers as gh
## from mezcla import data_utils as du
Expand Down Expand Up @@ -106,10 +106,11 @@ def process_line(self, line):
## debug.trace_fmtd(5, "Script.run_main_step(): self={s}", s=self)
##

## TODO: def wrap_up(self):
## """Do final processing"""
## debug.trace(6, f"Script.wrap_up(); self={self}")
## # ...
## TODO:
## def wrap_up(self):
## """Do final processing"""
## debug.trace(6, f"Script.wrap_up(); self={self}")
## # ...

def main():
"""Entry point"""
Expand Down

0 comments on commit dbebebe

Please sign in to comment.