]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
There is no need to initialize Environment#bytecode_cache. 114/head
authorcocoatomo <cocoatomo77@gmail.com>
Thu, 5 Apr 2012 17:53:39 +0000 (02:53 +0900)
committercocoatomo <cocoatomo77@gmail.com>
Thu, 5 Apr 2012 17:53:39 +0000 (02:53 +0900)
jinja2/environment.py

index ebb54548e3ef901f6606863778f32572c5f2ba44..5ae47176a60893efa63c90c95f080d52590bb6d5 100644 (file)
@@ -270,7 +270,6 @@ class Environment(object):
 
         # set the loader provided
         self.loader = loader
-        self.bytecode_cache = None
         self.cache = create_cache(cache_size)
         self.bytecode_cache = bytecode_cache
         self.auto_reload = auto_reload