summaryrefslogtreecommitdiff
path: root/pycco_resources/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycco_resources/__init__.py')
-rw-r--r--pycco_resources/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pycco_resources/__init__.py b/pycco_resources/__init__.py
index a0eb757..08767b7 100644
--- a/pycco_resources/__init__.py
+++ b/pycco_resources/__init__.py
@@ -1,3 +1,5 @@
+import pystache
+
css = """\
/*--------------------- Layout and Typography ----------------------------*/
body {
@@ -236,8 +238,6 @@ html = """\
</body>
"""
-import pystache
-
def template(source):
return lambda context: pystache.render(source, context)