Switch to Python 3

This commit is contained in:
Dmitri Popov
2018-03-28 19:01:08 +02:00
parent 87b4b45664
commit b1f68f3244
3 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from bottle import post, route, request, redirect, template, static_file, run
from bottle import post, route, request, template, static_file, run
import os
@route('/')