Skip to content

Commit

Permalink
fixed import of reserved_sql_keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Jan 7, 2015
1 parent 15c3ac1 commit f76a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluon/dal/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def __init__(self, uri='sqlite://dummy.db',
self._uri_hash = table_hash or hashlib_md5(adapter.uri).hexdigest()
self.check_reserved = check_reserved
if self.check_reserved:
from reserved_sql_keywords import ADAPTERS as RSK
from gluon.reserved_sql_keywords import ADAPTERS as RSK
self.RSK = RSK
self._migrate = migrate
self._fake_migrate = fake_migrate
Expand Down

0 comments on commit f76a780

Please sign in to comment.