summaryrefslogtreecommitdiff
path: root/apidoc/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/faq.rst')
-rw-r--r--apidoc/faq.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/apidoc/faq.rst b/apidoc/faq.rst
index b57a775..893e1d1 100644
--- a/apidoc/faq.rst
+++ b/apidoc/faq.rst
@@ -32,10 +32,6 @@ Bottle searches in ``./`` and ``./views/`` for templates. In a mod_python_ or mo
bottle.TEMPLATE_PATH.insert(0,'/absolut/path/to/templates/')
-or change the working directory::
-
- os.chdir(os.path.dirname(__file__))
-
so bottle searches the right paths.
Dynamic Routes and Slashes