util:wsgi: fix get_cert_filenames -> _get_cert_filenames typo
authorW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 20:14:45 +0000 (16:14 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 20:14:45 +0000 (16:14 -0400)
commitad2212566487eb1a0cc7355e25b3172ef16252de
tree781a06dfaef04eeea8ee2bbf499e527bc683be75
parent3e8de161c729f6eda00a3854f0fa9a9a1844e5c3
util:wsgi: fix get_cert_filenames -> _get_cert_filenames typo

This was broken in the creation of libbe.util.wsgi from
libbe.command.serve:

  commit 0fa17f6bf6a809df14ae1930542059a9e62066b0
  Author: W. Trevor King <wking@tremily.us>
  Date:   Mon Aug 27 13:37:58 2012 -0400

    libbe:util:wsgi: extract WSGI utilities into a separate module.
libbe/util/wsgi.py