split out the download stuff as one python module
authorGui Chen <gui.chen@intel.com>
Tue, 15 Jan 2013 08:05:06 +0000 (16:05 +0800)
committerGui Chen <gui.chen@intel.com>
Tue, 15 Jan 2013 08:33:15 +0000 (16:33 +0800)
commitbe2d409b9dc2f8d7a29eeeefbb0e06b8224d1d2c
tree86de12528bd492e8bfa4989ef31ac45ed1258a19
parent3372b60419fc62de03350566b5bd036ac544c028
split out the download stuff as one python module

mix the download code into rpmmisc is mess,
try to make it stand alone, now the download
stuff like myurlgrabb, TextProcess can be
treated in one owned module

Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/imager/baseimager.py
mic/utils/grabber.py [new file with mode: 0644]
mic/utils/misc.py
mic/utils/rpmmisc.py
plugins/backend/yumpkgmgr.py
plugins/backend/zypppkgmgr.py