Add missing import
This commit is contained in:
parent
59ca40d0c1
commit
1a4c24db00
@ -5,7 +5,7 @@
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
|
||||
from bottle import Bottle, route
|
||||
from bottle import Bottle, route, request, response
|
||||
from config import directory
|
||||
|
||||
import templates.plain.main as template_public
|
||||
|
Loading…
Reference in New Issue
Block a user