Exemplo n.º 1
0
            def __init__(self, *a, **kw):
                Bundle.__init__(self, *a, **kw)
                self.env = assets_env

                self.dbg = kw.get('debug', None)

                # Kind of hacky, but gives us access to the last Bundle
                # instance used by the extension.
                test_instance.the_bundle = self
Exemplo n.º 2
0
 def __init__(self, *a, **kw):
     Bundle.__init__(self, *a, **kw)
     self.env = env
Exemplo n.º 3
0
 def __init__(self, *a, **kw):
     Bundle.__init__(self, *a, **kw)
     self.env = env