2
0

pylint relative imports

This commit is contained in:
Stéphane Bidoul 2014-11-18 16:33:51 +01:00 committed by Abraham Anes
parent aba790be58
commit f38cc9b26d
2 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import account_document_template
import account_move_template
import wizard
from . import account_document_template
from . import account_move_template
from . import wizard

View File

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