mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
pylint relative imports
This commit is contained in:
committed by
Andrea Gidalti
parent
d6d1e08c5a
commit
ff2f901690
@@ -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
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import select_template
|
||||
from . import select_template
|
||||
|
||||
Reference in New Issue
Block a user