diff options
author | luxagraf <sng@luxagraf.net> | 2012-12-12 21:06:02 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-12-12 21:06:02 -0500 |
commit | 4b963b007e47feedce22938c0831d0f3bcf54f84 (patch) | |
tree | a661de621f1cdcc9a8a1bd6d404801521c8bc96d /app/builder | |
parent | 841e67b79e3b91eac544a7fc85b76297ce3d8925 (diff) |
started building code blog
Diffstat (limited to 'app/builder')
-rw-r--r-- | app/builder/base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/builder/base.py b/app/builder/base.py index 9dc07e9..56d4149 100644 --- a/app/builder/base.py +++ b/app/builder/base.py @@ -274,3 +274,5 @@ class BuildAbout(Build): fpath = '%sindex.html' %(path) self.write_file(fpath,t) +class BuildCodeSite(Build): + |