python-requests 2.7.0 First release

This commit is contained in:
Poyraz76
2015-08-24 16:16:50 +03:00
parent 3b10382a0b
commit a7f15b37eb
2 changed files with 53 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def install():
pythonmodules.install()