[imp] relative imports

This commit is contained in:
Leonardo Pistone
2014-01-17 14:43:24 +01:00
parent bd7474bab8
commit 3e0d844048
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