WebStack

examples/Webware/FormApp/Properties.py

752:7a9ee094a4b7
2008-02-02 paulb [project @ 2008-02-02 23:35:36 by paulb] Removed local default encoding attributes. Improved the SimpleMap resource documentation and initialisation features.
     1 #!/usr/bin/env python     2      3 name = "Form"     4      5 version = (0, 1, 0)     6      7 status = "alpha"     8      9 releaseDate = "?"    10     11 requiredPyVersion = (2, 2, 0)    12     13 synopsis = "A simple WebStack application."    14     15 # vim: tabstop=4 expandtab shiftwidth=4