From badb1e52a07048882ed38469febbb8aaa6c010bf Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 17 Nov 2014 17:14:37 +0100 Subject: [PATCH] unused import --- printer_tray/printer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/printer_tray/printer.py b/printer_tray/printer.py index 8653b5f..f3dce95 100644 --- a/printer_tray/printer.py +++ b/printer_tray/printer.py @@ -20,7 +20,6 @@ ############################################################################## import cups -from openerp import pooler from openerp import models, fields, api