diff --git a/moin.py b/moin.py index 5d659c5..52cc67e 100644 --- a/moin.py +++ b/moin.py @@ -30,7 +30,7 @@ import sys, os # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files. #sys.path.insert(0, '/path/to/wikiconfigdir') -#sys.path.insert(0, '/path/to/farmconfigdir') +sys.path.insert(0, '/data/config/') # b) Configuration of moin's logging # If you have set up MOINLOGGINGCONF environment variable, you don't need this!