pip and reguests

This commit is contained in:
Poyraz76
2015-08-24 20:41:02 +03:00
parent 31bc8cf6e7
commit 1c45864e94
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()