Mercurial > hg > bitsyblog
changeset 108:e2f7dccbac26
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 13:33:39 -0800 |
parents | c5b9c9ba42eb |
children | 1fc637c3acc0 |
files | bitsyblog/factory.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bitsyblog/factory.py Tue Nov 03 08:09:56 2020 -0800 +++ b/bitsyblog/factory.py Tue Nov 03 13:33:39 2020 -0800 @@ -3,9 +3,10 @@ """ from bitsyauth import BitsyAuth -from bitsyblog import BitsyBlog, BitsierBlog from getpass import getpass from paste.httpexceptions import HTTPExceptionHandler +from .bitsyblog import BitsyBlog, BitsierBlog + def get_args(app_conf, app=BitsyBlog): """return arguments for bitsyblog and its handlers"""