Switch to unified view

a/web/bottle.py b/web/bottle.py
1
#!/usr/bin/env python
1
#!/usr/bin/python3
2
# -*- coding: utf-8 -*-
2
# -*- coding: utf-8 -*-
3
"""
3
"""
4
Bottle is a fast and simple micro-framework for small web applications. It
4
Bottle is a fast and simple micro-framework for small web applications. It
5
offers request dispatching (Routes) with url parameter support, templates,
5
offers request dispatching (Routes) with url parameter support, templates,
6
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
6
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and