mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-09-12 21:54:16 -04:00
Fix missing declaration of is_utf8()
This commit is contained in:
1 parent
c82a6a7abe
commit
3c42fc5d4b
1 file changed
+1
-1
@@ -40,7 +40,7 @@ from sabnzbd.articlecache import ArticleCache
|
||||
from sabnzbd.postproc import PostProcessor
|
||||
import sabnzbd.downloader
|
||||
from sabnzbd.utils.rarfile import RarFile, is_rarfile
|
||||
from sabnzbd.encoding import latin1, unicoder, name_fixer
|
||||
from sabnzbd.encoding import latin1, unicoder, name_fixer, is_utf8
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in new issue
Block a user