]> scripts.mit.edu Git - wizard.git/blob - wizard/app/wordpress.py
Implement prepare-new/prepare-pristine, add stub wordpress.
[wizard.git] / wizard / app / wordpress.py
1 from wizard import app
2 from wizard.app import php
3
4 class Application(app.Application):
5     def download(self, version):
6         return "http://wordpress.org/wordpress-%s.tar.gz" % version