pylint relative imports

This commit is contained in:
Stéphane Bidoul
2014-11-18 16:33:51 +01:00
committed by Valentin Vinagre Urteaga
parent 92ebf3ba4e
commit a72b53bd5b
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