Skip to content

Commit

Permalink
Fix hardcoded directory name assumption
Browse files Browse the repository at this point in the history
AFAICS this was broken by 710f22a
moving the source tree inside src/.  It wasn't very nice even before
that, to assume that the source will always be checked out inside a
directory named 'z3c.jbot'.
  • Loading branch information
mgedmin committed Nov 18, 2015
1 parent 0d57298 commit 68a2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/jbot/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Upon rendering, the global template manager will have reverted the
template filename to the original.

>>> view.template.filename
'.../z3c.jbot/z3c/jbot/tests/templates/example.pt'
'.../z3c/jbot/tests/templates/example.pt'

Overrides can be registered for a specific layer. Let's register three
more overrides, one for the general-purpose ``IRequest`` layer, one
Expand Down

0 comments on commit 68a2637

Please sign in to comment.