##// END OF EJS Templates
don't add unicode paths to sys.path...
don't add unicode paths to sys.path on Python 2 causes unicode warnings comparing unicode to str when non-ascii

File last commit:

r13941:e1eece1d
r14693:9f62428c
Show More
404.html
5 lines | 122 B | text/html | HtmlLexer
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}