Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-23 | Don't require all Python database modules to be installed | Lukas Fleischer | 1 | -2/+9 | |
We support multiple database backends. Don't require Python modules for all backends to be installed. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||||
2016-09-29 | Use setuptools to install Python modules | Lukas Fleischer | 1 | -0/+51 | |
Instead of using relative imports, add support for installing the config and db Python modules to a proper location using setuptools. Change all git-interface scripts to access those modules from the search path. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> |