]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/app/__init__.py
Update MediaWiki config regexes
[wizard.git] / wizard / app / __init__.py
index 6a5ee6a05ac00588e33df8af2961cf9e5020dfa6..b653f524074eb5a3038041f6baa8e9f1473be1b0 100644 (file)
@@ -96,6 +96,8 @@ class Application(object):
     """
     #: String name of the application
     name = None
+    #: Human-readable name of the application
+    fullname = None
     #: Dictionary of version strings to :class:`ApplicationVersion`.
     #: See also :meth:`makeVersion`.
     versions = None