included 3rdparty urlgrabber modules
authorJF Ding <jian-feng.ding@intel.com>
Sun, 28 Aug 2011 07:48:58 +0000 (15:48 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Sun, 28 Aug 2011 07:48:58 +0000 (15:48 +0800)
commit0bf61426bbd3911b97912aa70c47001f5ccd66db
tree9d586db13de44fbd8c4b91e595d68b387536e1b1
parent01d4cc7bbc9a95e5924ca867b979662559acfa9d
included 3rdparty urlgrabber modules

The python-urlgrabber-3.1.0 is the last and stable pure python
version. MIC included it to decrease the dependencies.
mic/urlgrabber/__init__.py [new file with mode: 0644]
mic/urlgrabber/byterange.py [new file with mode: 0644]
mic/urlgrabber/grabber.py [new file with mode: 0644]
mic/urlgrabber/keepalive.py [new file with mode: 0644]
mic/urlgrabber/mirror.py [new file with mode: 0644]
mic/urlgrabber/progress.py [new file with mode: 0644]
mic/urlgrabber/sslfactory.py [new file with mode: 0644]
setup.py