Open mgeisler opened 10 years ago
The zpmlib.zpm module was never meant to be a gigantic module handling everything. Instead, I suggest that we create separate zpmlib modules to group related functions and let the functions in zpmlib.commands import and call things from there.
zpmlib.zpm
zpmlib
zpmlib.commands
The
zpmlib.zpm
module was never meant to be a gigantic module handling everything. Instead, I suggest that we create separatezpmlib
modules to group related functions and let the functions inzpmlib.commands
import and call things from there.