~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to answer_survey/wizard/__init__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 00:28:23 UTC
  • mto: (543.7.595 70-addons-vauxoo)
  • mto: This revision was merged to the branch mainline in revision 880.
  • Revision ID: moylop260@vauxoo.com-20141003002823-kxtewa655aqsvgos
[FIX] Fix pylint error W0403 - relative-import

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
 
22
 
import survey_send_invitation
23
 
import survey_selection
 
22
from . import survey_send_invitation
 
23
from . import survey_selection
24
24
 
25
25
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: