plinth should be run via './bin/plinth' now

This commit is contained in:
fonfon 2014-09-11 12:23:52 +02:00
parent 837d2d1d10
commit 43a614fca5
4 changed files with 2 additions and 4 deletions

View File

@ -18,7 +18,7 @@
2. Plinth also support running without installing (as much as possible).
Simply run it as:
$ sudo python -m plinth --no-daemon --debug
$ sudo ./bin/plinth --no-daemon --debug
In this mode, Plinth runs in working directory without need for
installation. It uses the plinth.conf config file in the working

0
bin/plinth Normal file → Executable file
View File

View File

@ -19,6 +19,4 @@
Plinth package init file
"""
from plinth import context_processors
__version__ = '0.3.2'

View File

@ -19,6 +19,6 @@
Plinth module for first boot wizard
"""
from . import first_boot, middleware
from . import first_boot
__all__ = ['first_boot']