Browse Source

Remove unused import.

Michael Stone 13 years ago
parent
commit
8964c640fe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/chutney/Templating.py

+ 0 - 1
lib/chutney/Templating.py

@@ -64,7 +64,6 @@ from __future__ import with_statement
 
 import string
 import os
-import re
 
 #class _KeyError(KeyError):
 #    pass