From d49d2b49fa1f23877e00d16ada0d67293bb80fa2 Mon Sep 17 00:00:00 2001 From: Alen Mistric Date: Sun, 16 Sep 2018 06:47:14 +0200 Subject: [PATCH] Add shebang and utf-8 encoding --- bottle_sqlite.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bottle_sqlite.py b/bottle_sqlite.py index c4014a9..efe8440 100755 --- a/bottle_sqlite.py +++ b/bottle_sqlite.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- ''' Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle application. It automatically connects to a database at the beginning of a