olga / olga_model

Tools required to setup and run OLGA
3 stars 2 forks source link

Replace sed with python regexs #34

Open roeles opened 7 years ago

roeles commented 7 years ago

in the replace function sed is called to perform the task. This can be better and quicker with Python's re module