pylint relative imports
This commit is contained in:
parent
aba790be58
commit
f38cc9b26d
@ -18,6 +18,6 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
import account_document_template
|
from . import account_document_template
|
||||||
import account_move_template
|
from . import account_move_template
|
||||||
import wizard
|
from . import wizard
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
import select_template
|
from . import select_template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user