diff --git a/blog.py b/blog.py
index 0d9865f54..d9f34afea 100644
--- a/blog.py
+++ b/blog.py
@@ -18,6 +18,7 @@ from shutil import copyfileobj
 from pprint import pprint
 
 from content import replaceEmojiFromTags
+from webinterface import getIconsDir
 from webinterface import getPostAttachmentsAsHtml
 from webinterface import htmlHeader
 from webinterface import htmlFooter