Skip to content

Commit

Permalink
[#1871] Add import lost during bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 3, 2014
1 parent 96eae4b commit 5da4518
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/datastore/db.py
Expand Up @@ -14,6 +14,8 @@
from sqlalchemy.exc import ProgrammingError, IntegrityError, DBAPIError
import psycopg2.extras

import ckanext.datastore.helpers as datastore_helpers

log = logging.getLogger(__name__)

if not os.environ.get('DATASTORE_LOAD'):
Expand Down

0 comments on commit 5da4518

Please sign in to comment.