~vauxoo/addons-vauxoo/7.0

« back to all changes in this revision

Viewing changes to debit_credit_note/wizard/__init__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 03:55:19 UTC
  • mfrom: (1142.2.1 70-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141003035519-34wmpjhi2ioorvc8
[MERGE] [FIX] Fix pylint error W0403 - relative-import

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
##############################################################################
31
31
 
32
32
 
33
 
import account_invoice_refund
34
 
import account_invoice_debit
35
 
import account_invoice_parent
 
33
from . import account_invoice_refund
 
34
from . import account_invoice_debit
 
35
from . import account_invoice_parent
36
36
 
37
37
 
38
38
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: