Skip to content

Instantly share code, notes, and snippets.

View jondeandres's full-sized avatar

Jon jondeandres

  • Uniphore (https://www.uniphore.com)
  • Barcelona
View GitHub Profile
import sys
import os
import xml.etree.ElementTree as ET
import logging
import re
from shutil import copyfile
from optparse import OptionParser
### This file came from the https://github.com/flow123d/flow123d repo they were nice enough to spend time to write this.
### It is copied here for other people to use on its own.