projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad22125
)
util:wsgi: fix From -> from typo in pyOpenSSL comment
author
W. Trevor King
<wking@tremily.us>
Sat, 27 Oct 2012 20:16:50 +0000
(16:16 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 27 Oct 2012 20:16:50 +0000
(16:16 -0400)
libbe/util/wsgi.py
patch
|
blob
|
history
diff --git
a/libbe/util/wsgi.py
b/libbe/util/wsgi.py
index f0fcfbbe1d725098f3d5bb88cddfc4301135aa30..fd219e1cb211581cb3aca7c8ece29264a5f31df2 100644
(file)
--- a/
libbe/util/wsgi.py
+++ b/
libbe/util/wsgi.py
@@
-905,7
+905,7
@@
if libbe.TESTING:
suite = unittest.TestSuite([unitsuite, doctest.DocTestSuite()])
-# The following certificate-creation code is adapted
F
rom pyOpenSSL's
+# The following certificate-creation code is adapted
f
rom pyOpenSSL's
# examples.
def _get_cert_filenames(server_name, autogenerate=True, logger=None):