mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[IMP] base_report_to_printer - clean imports
This commit is contained in:
committed by
Sylvain GARANCHER
parent
10b5678b67
commit
c336491c0e
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user