aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mako/codegen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mako/codegen.py b/mako/codegen.py
index 714d6ae..25265fa 100644
--- a/mako/codegen.py
+++ b/mako/codegen.py
@@ -192,7 +192,6 @@ class _GenerateRenderMethod(object):
self.compiler.source_encoding)
if self.compiler.future_imports:
- # FIXME: this should only import the future features requested
self.printer.writeline("from __future__ import %s" %
(", ".join(self.compiler.future_imports),))
self.printer.writeline("from mako import runtime, filters, cache")