On Thu, 2017-05-04 at 16:53 +0200, Philippe Pepiot wrote: > On 05/02/2017 01:56 AM, Stephen Finucane wrote: > > 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 > > I think the comment should be "# change this to python27 if running > Patchwork under Python 2.7" > > Cheers,
Doh. I'll fix that shortly. Thanks for spotting it Stephen > > > > project = patchwork > > base = /opt _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
