diff options
Diffstat (limited to 'lib/uwsgi')
-rw-r--r-- | lib/uwsgi/patchwork.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini index 04a9837..d67837c 100644 --- a/lib/uwsgi/patchwork.ini +++ b/lib/uwsgi/patchwork.ini @@ -1,6 +1,7 @@ [uwsgi] -plugins = python27 +# change this to python3 if running Patchwork under Python 2.7 +plugins = python3 project = patchwork base = /opt |