author | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Jul 2001 10:46:22 +0000 (10:46 +0000) | ||
committer | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Jul 2001 10:46:22 +0000 (10:46 +0000) | ||
commit | 4cb380e6655facb09505ffbfbeccf8e8475e38c1 | |
tree | 2cf6e3e10e74919b6011043de0df0d79f8b9d446 | tree | snapshot |
parent | 5ebb0be457cd091eed8982913e8aa93cecb50b08 | commit | diff |
Added templatebuilder module. two functions - one to pack up the html base,
one to unpack it. Packed up the two standard templates into htmlbases.
Modified __init__ to install them.
__init__.py magic was needed for the rather high levels of wierd import magic.
Reducing level of import magic == (good, future)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@72 57a73879-2fb5-44c3-a270-3262357dd7e2
one to unpack it. Packed up the two standard templates into htmlbases.
Modified __init__ to install them.
__init__.py magic was needed for the rather high levels of wierd import magic.
Reducing level of import magic == (good, future)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@72 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/init.py | diff | blob | history | |
roundup/templatebuilder.py | [new file with mode: 0644] | blob |
roundup/templates/.cvsignore | [new file with mode: 0644] | blob |
roundup/templates/__init__.py | [new file with mode: 0644] | blob |
roundup/templates/classic/__init__.py | diff | blob | history | |
roundup/templates/classic/dbinit.py | diff | blob | history | |
roundup/templates/classic/htmlbase.py | [new file with mode: 0644] | blob |
roundup/templates/extended/__init__.py | diff | blob | history | |
roundup/templates/extended/htmlbase.py | [new file with mode: 0644] | blob |