Add shebang and coding attributes
This commit is contained in:
parent
735c6b7dbd
commit
96f3286bab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user