]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/app/wordpress.py
Add human readable names to applications.
[wizard.git] / wizard / app / wordpress.py
index bf77db40058f0f7ed6b8f20a999c2fb8c525a7bd..3dccb044ee3cbd18c1873ebcf1f449651311b05b 100644 (file)
@@ -32,6 +32,7 @@ seed = util.dictmap(make_filename_regex_define, {
     })
 
 class Application(app.Application):
+    fullname = "WordPress"
     database = "mysql"
     parametrized_files = ['wp-config.php'] + php.parametrized_files
     extractors = app.make_extractors(seed)