add missed codecs import

This commit is contained in:
Alexander Bruy 2016-08-23 15:18:28 +03:00
parent d7634bafff
commit 3711a17066

View File

@ -26,6 +26,7 @@ __copyright__ = '(C) 2012, Alexander Bruy'
__revision__ = '$Format:%H$'
import os
import codecs
from qgis.PyQt.QtGui import QIcon