Switch to Python 3
This commit is contained in:
2
rc/rc.py
2
rc/rc.py
@@ -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('/')
|
||||
|
||||
Reference in New Issue
Block a user