We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a7ef4 commit a6d39afCopy full SHA for a6d39af
account_invoice_merge/__init__.py
@@ -18,5 +18,5 @@
18
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
#
20
##############################################################################
21
-import invoice
22
-import wizard
+from . import invoice
+from . import wizard
account_invoice_merge/wizard/__init__.py
@@ -19,4 +19,4 @@
-import invoice_merge
+from . import invoice_merge
0 commit comments