Skip to content

Commit

Permalink
Fixed import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jul 14, 2008
1 parent fc7f8cc commit 6a1953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z3c/jbot/metaconfigure.py
Expand Up @@ -11,7 +11,7 @@ def handler(directory, layer):
factory = gsm.adapters.lookup((layer,), interfaces.ITemplateManager)

if factory is None:
factory = TemplateManagerFactory()
factory = manager.TemplateManagerFactory()
component.provideAdapter(factory, (layer,), interfaces.ITemplateManager)

factory.manager.registerDirectory(directory)
Expand Down

0 comments on commit 6a1953c

Please sign in to comment.