python-requests

This commit is contained in:
Poyraz76
2015-08-24 20:21:47 +03:00
parent a7f15b37eb
commit 7775b37b54
4 changed files with 109 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()