Add import default backend (#4061)

* Add import default backend

* Revert blank line in
This commit is contained in:
Pablo Lefort 2017-12-20 23:33:07 -03:00 committed by Alex Gaynor
parent 5db4e5e77e
commit a481e660a8

View file

@ -64,6 +64,7 @@ markers), you can load it:
.. code-block:: pycon
>>> from cryptography.hazmat.backends import default_backend
>>> from cryptography.hazmat.primitives import serialization
>>> with open("path/to/key.pem", "rb") as key_file: