Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
cleanup more files in cleanup method
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Jun 2, 2014
1 parent 4ee11fb commit e4d3a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ def clean_up() :
if os.path.isfile("asp_py_parsetab.py"): os.remove("asp_py_parsetab.py")
if os.path.isfile("asp_py_parsetab.pyc"): os.remove("asp_py_parsetab.pyc")
if os.path.isfile("graph_parser_lextab.py"): os.remove("graph_parser_lextab.py")
if os.path.isfile("graph_parser_lextab.pyc"): os.remove("graph_parser_lextab.pyc")
if os.path.isfile("graph_parser_parsetab.py"): os.remove("graph_parser_parsetab.py")
if os.path.isfile("graph_parser_parsetab.pyc"): os.remove("graph_parser_parsetab.pyc")

def m_quit() :
clean_up()
Expand Down

0 comments on commit e4d3a72

Please sign in to comment.