Skip to content
Snippets Groups Projects
  • Vermaat's avatar
    7c7f19c3
    Move from configobj to Python module based config · 7c7f19c3
    Vermaat authored
    Remove the dependency on configobj and have default values for all
    configuration settings. User settings are defined in a Python module
    pointed to by the MUTALYZER_SETTINGS environment variable.
    
    We also clean up many configuration settings and remove some that
    are no longer used.
    7c7f19c3
    History
    Move from configobj to Python module based config
    Vermaat authored
    Remove the dependency on configobj and have default values for all
    configuration settings. User settings are defined in a Python module
    pointed to by the MUTALYZER_SETTINGS environment variable.
    
    We also clean up many configuration settings and remove some that
    are no longer used.
This project manages its dependencies using pip. Learn more