Skip to content

Commit

Permalink
Fix #27 : importing exc instead of exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
G.Tjebbes committed Dec 19, 2012
1 parent effe9b5 commit 3bd37a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_formalchemy/resources.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from pyramid.exceptions import NotFound
from pyramid_formalchemy import actions
from sqlalchemy import exceptions as sqlalchemy_exceptions
from sqlalchemy import exc as sqlalchemy_exceptions
import logging

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 3bd37a8

Please sign in to comment.