minor just in case update

This commit is contained in:
Miroslav Stampar 2011-09-11 16:41:07 +00:00
parent 02f993583b
commit 1bdde51d0e

View File

@ -1589,7 +1589,7 @@ def getFilteredPageContent(page, onlyText=True):
return retVal
def getPageWordSet(page):
retVal = None
retVal = set()
# only if the page's charset has been successfully identified
if isinstance(page, unicode):