SpecCheck: Python 3 fix

This commit is contained in:
Ville Skyttä 2015-07-08 11:43:37 +03:00
parent fe724dd341
commit a0f0f6549b
1 changed files with 0 additions and 3 deletions

View File

@ -204,9 +204,6 @@ class SpecCheck(AbstractCheck.AbstractCheck):
pkg.current_linenum += 1
if is_utf8:
line = unicode(line, "utf-8", "replace")
char = line.find(nbsp)
if char != -1:
printWarning(pkg, "non-break-space", "line %s, char %d" %