beremiz

Allow using docutil.get_inkscape_path() on Linux also.
svghmi
2019-08-12, Edouard Tisserant
4efc509e9a1a
Allow using docutil.get_inkscape_path() on Linux also.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]