[extensions-web] build_templates: Remove some cruft



commit 1bef2b95256df09d38c07af383740d5807fbca02
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Sep 25 22:59:38 2012 -0300

    build_templates: Remove some cruft

 sweettooth/static/js/templates/build_templates.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/js/templates/build_templates.py b/sweettooth/static/js/templates/build_templates.py
index f1d2e1e..b02b4a8 100644
--- a/sweettooth/static/js/templates/build_templates.py
+++ b/sweettooth/static/js/templates/build_templates.py
@@ -4,8 +4,6 @@ import json
 import os
 import os.path
 
-compile_template = "c(%s)"
-
 def _build_templates(directory):
     templates = {}
     for filename in os.listdir(directory):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]