actions.py 301 B

12345678910111213
  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 get
  7. WorkDir = "pyaspects-%s" % get.srcVERSION()
  8. def install():
  9. pythonmodules.install()