init import from module

This commit is contained in:
resteve 2013-04-30 11:45:16 +02:00
parent d3dbbac295
commit 15ae8deed3
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from trytond.pool import Pool
from bank import *
from party import *
from .bank import *
from .party import *
def register():