File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1411,8 +1411,11 @@ but with great power comes great responsibility.
14111411
14121412Interfaces.py has been around since the earliest releases of roundup
14131413and used to be the main way to get a lot of customization done. In
1414- modern roundup, the extensions_ mechanism is used, but there are places
1415- where interfaces.py is still useful.
1414+ modern roundup, the extensions_ mechanism is used, but there are
1415+ places where interfaces.py is still useful. Note that the tracker
1416+ directories are not on the Python system path when interfaces.py is
1417+ evaluated. You need to add library directories explicty by
1418+ modifying sys.path.
14161419
14171420Example: Changing Cache-Control headers
14181421---------------------------------------
You can’t perform that action at this time.
0 commit comments