diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-29 18:10:03 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-29 18:10:03 -0700 |
commit | b8be0e9a6363d94d32eecaeb6eacfb9168839338 (patch) | |
tree | 6bc1c563bd230dd74d6052d5f8ee6ddf8213a169 /docs | |
parent | 05a190ee80dd57461c493f3a4a79a072612d3622 (diff) | |
download | cryptography-b8be0e9a6363d94d32eecaeb6eacfb9168839338.tar.gz cryptography-b8be0e9a6363d94d32eecaeb6eacfb9168839338.tar.bz2 cryptography-b8be0e9a6363d94d32eecaeb6eacfb9168839338.zip |
Fixed pep8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cryptography-docs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py index d6dc9d04..4ed5526a 100644 --- a/docs/cryptography-docs.py +++ b/docs/cryptography-docs.py @@ -8,6 +8,7 @@ This is a "Hazardous Materials" module. You should **ONLY** use it if you're 100% absolutely sure that you know what you're doing because this module is full of land mines, dragons, and dinosaurs with laser guns. """ + class HazmatDirective(Directive): def run(self): ad = make_admonition( |