mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-01-17 17:54:11 +01:00
There was (and perhaps it exists in other modules, need to check) a bad habit of importing objects out of module A into B just to be able of import those object from module B. In this case there was import from module config_base into module config. This commit fix this.