From 96f3286babbd534b8b3b36f972b679a457bc5b61 Mon Sep 17 00:00:00 2001 From: Alen Mistric Date: Sun, 16 Sep 2018 05:50:47 +0200 Subject: [PATCH] Add shebang and coding attributes --- 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