]> git.ipfire.org Git - people/stevee/pakfire.git/commit - Makefile.am
Add a basic HTTP client
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Nov 2016 16:17:37 +0000 (17:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Nov 2016 16:17:37 +0000 (17:17 +0100)
commit7eec9830ad5f9728740b02b99411585182d476d2
tree79a0ac7505a95a5e1a8e817151f2e39b0407c4ea
parent10458aa01d84d367c4100c35333530b51ae3d090
Add a basic HTTP client

In Python3, urlgrabber is no longer available.

This patch adds a component which will replace urlgrabber
by an own custom implementation that only relies on
Python3-internal modules (i.e. urllib).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/pakfire/http.py [new file with mode: 0644]