[IMP] base_report_to_printer - clean imports

This commit is contained in:
Yannick Vaucher
2013-09-30 13:03:49 +02:00
committed by Sylvain GARANCHER
parent 10b5678b67
commit c336491c0e
4 changed files with 9 additions and 18 deletions

View File

@@ -20,4 +20,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import update_printers
from . import update_printers

View File

@@ -21,13 +21,9 @@
#
##############################################################################
import time
import subprocess
import cups
import netsvc
from openerp.osv import orm, fields
from tools.translate import _
from openerp.osv import orm
class printing_printer_update_wizard(orm.TransientModel):