[FIX] hw_escpos: syntax error

bzr revid: fva@openerp.com-20140116101755-7rxbn895yyq7sdub
This commit is contained in:
Frédéric van der Essen 2014-01-16 11:17:55 +01:00
parent 873a26e59f
commit fa22b31967
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import subprocess
try:
import usb.core
except: ImportError:
except ImportError:
usb = None
from openerp.tools.translate import _