[IMP] purchase_requisition: Remove the unused import statement

bzr revid: sbh@tinyerp.com-20100805112326-4w04x63xu943uwlm
This commit is contained in:
sbh (Open ERP) 2010-08-05 16:53:26 +05:30
parent 86c6ecb5b2
commit 183f7ca685
4 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as

View File

@ -1,7 +1,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as

View File

@ -2,7 +2,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# $Id$
#
# This program is free software: you can redistribute it and/or modify
@ -23,8 +23,6 @@
import time
from osv import fields,osv
from osv import orm
import netsvc
from tools.translate import _
class purchase_requisition(osv.osv):

View File

@ -23,9 +23,6 @@ import time
from mx import DateTime
from osv import fields, osv
from service import web_services
import netsvc
import pooler
from osv.orm import browse_record, browse_null
class purchase_requisition_partner(osv.osv_memory):