Skip to content

Commit

Permalink
Merge 5c1d7fd into 3886a54
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 14, 2019
2 parents 3886a54 + 5c1d7fd commit 9737962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install:
- sed -ie "s#plone-x.x.x.cfg#plone-$PLONE_VERSION.cfg#" travis.cfg
- buildout -N -t 3 -c travis.cfg
script:
- if [ -f "bin/black" ]; then bin/black src/ --check ; fi
- bin/code-analysis
- bin/test
- bin/test-coverage
Expand Down
1 change: 1 addition & 0 deletions src/plone/rest/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from AccessControl import getSecurityManager

try:
from plone.app.redirector.interfaces import IRedirectionStorage
except ImportError:
Expand Down

0 comments on commit 9737962

Please sign in to comment.