mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
Added import line and rearranged other imports
This commit is contained in:
parent
e436e07f5f
commit
cbe21cc56d
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/python
|
||||
# production jessebot.com web routing bottle file
|
||||
|
||||
import logging
|
||||
import bottle
|
||||
from bottle import redirect, request, response, route
|
||||
from bottle import run, static_file, template
|
||||
import logging
|
||||
import sys
|
||||
import yaml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue