actions.py 325 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. #
  3. # Licensed under the GNU General Public License, version 3.
  4. # See the file http://www.gnu.org/licenses/gpl.txt
  5. from pisi.actionsapi import pythonmodules
  6. from pisi.actionsapi import pisitools
  7. from pisi.actionsapi import shelltools
  8. import glob
  9. def install():
  10. pythonmodules.install(pyVer = "3")