diff --git a/posts.py b/posts.py index 65a82d21..90a3b4bf 100644 --- a/posts.py +++ b/posts.py @@ -43,6 +43,7 @@ from media import attachMedia from content import addHtmlTags from auth import createBasicAuthHeader from config import getConfigParam +from blocking import isBlocked try: from BeautifulSoup import BeautifulSoup except ImportError: