util:wsgi: import os.path for _get_cert_filenames()
authorW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 20:11:57 +0000 (16:11 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 20:11:57 +0000 (16:11 -0400)
commit3e8de161c729f6eda00a3854f0fa9a9a1844e5c3
tree6dcb3336ed8e053894f7110b187cfe61e5812baf
parent56b6f2a05f3f803ca9d14217ab7a81bbdcf7c1ba
util:wsgi: import os.path for _get_cert_filenames()

This was lost 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