Skip to content

Commit

Permalink
Fix: Missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Sep 4, 2011
1 parent c6efadb commit 70a77cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sqlite/bottle_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def show(item, db):

import sqlite3
import inspect
from bottle import HTTPError
from bottle import HTTPError, PluginError


class SQLitePlugin(object):
Expand Down

0 comments on commit 70a77cc

Please sign in to comment.