From b8be0e9a6363d94d32eecaeb6eacfb9168839338 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 29 Oct 2013 18:10:03 -0700 Subject: Fixed pep8 --- docs/cryptography-docs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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( -- cgit v1.2.3