summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/builder')
-rw-r--r--app/builder/base.py2
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):
+