Browse Source

fix the fix

pull/757/head
unknown 11 years ago
committed by dsolanki
parent
commit
e46e965c80
  1. 2
      account_move_line_report_xls/__init__.py

2
account_move_line_report_xls/__init__.py

@ -20,8 +20,8 @@
#
##############################################################################
from . import account_move_line
try:
from . import account_move_line
from . import report
except ImportError:
import logging

Loading…
Cancel
Save