[imp] relative imports

This commit is contained in:
Leonardo Pistone
2014-01-17 14:43:24 +01:00
committed by Artem Kostyuk
parent 9d75552736
commit bb60a5350a
2 changed files with 3 additions and 3 deletions

View File

@@ -20,5 +20,5 @@
###############################################################################
"""Account Move Batch Validate."""
import account # noqa
import wizard # noqa
from . import account # noqa
from . import wizard # noqa

View File

@@ -19,4 +19,4 @@
# #
###############################################################################
"""Wizard to mark account moves for batch posting."""
import move_marker # noqa
from . import move_marker # noqa