Skip to content

Commit

Permalink
Fix bottlepy#169 "Bottle-SQLite doesn't import HTTPError"
Browse files Browse the repository at this point in the history
Thanks fcamel :)
  • Loading branch information
defnull committed Jun 13, 2011
1 parent f7b5239 commit 7831617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/sqlite/bottle_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ def show(item, db):
'''

__author__ = "Marcel Hellkamp"
__version__ = '0.1'
__version__ = '0.1.1'
__license__ = 'MIT'

### CUT HERE (see setup.py)

import sqlite3
import inspect
from bottle import HTTPError


class SQLitePlugin(object):
Expand Down

0 comments on commit 7831617

Please sign in to comment.