From 8d22d8493ac09c57772ac93cf746ef71a4f7753d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 25 Feb 2020 15:24:29 +0000 Subject: [PATCH] Function moved --- inbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inbox.py b/inbox.py index 96ead1c61..1b6d11fe0 100644 --- a/inbox.py +++ b/inbox.py @@ -12,6 +12,7 @@ import datetime import time import json from shutil import copyfile +from utils import isBlogPost from utils import removeAvatarFromCache from utils import isPublicPost from utils import getCachedPostFilename