Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Decrease complexity of oic/utils/authn/saml.py
Importing oic.utils.authn.saml without saml2 raises ImportError
  • Loading branch information
tpazderka committed Apr 3, 2017
commit 9df5e5cb4aefdbcf24144ee000bdf62b25178eaf
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on the [KeepAChangeLog] project.
[KeepAChangeLog]: http://keepachangelog.com/

## 0.10.0.1 [UNRELEASED]

### Fixed
- [#313]: Catch exception correctly

### Changed
- [#318]: `oic.utils.authn.saml` raises `ImportError` on import if optional `saml2` dependency is not present.

[#313]: https://github.com/OpenIDC/pyoidc/issues/313
[#318]: https://github.com/OpenIDC/pyoidc/pull/318

## 0.10.0.0 [2017-03-28]

Expand Down
2 changes: 1 addition & 1 deletion pylama.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
max_line_length = 120

[pylama:mccabe]
complexity = 75
complexity = 40
Loading