diff --git a/bill_of_lading_webkit/report/__init__.py b/bill_of_lading_webkit/report/__init__.py index 6f89be9..9a849d3 100644 --- a/bill_of_lading_webkit/report/__init__.py +++ b/bill_of_lading_webkit/report/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -############################################################################## +############################################################################### # # Copyright (c) 2011-2013 Camptocamp SA (http://www.camptocamp.com) # @author Nicolas Bessi @@ -17,5 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -############################################################################## +############################################################################### + from . import stock_report diff --git a/bill_of_lading_webkit/report/stock_report.py b/bill_of_lading_webkit/report/stock_report.py index 31b2479..e570595 100644 --- a/bill_of_lading_webkit/report/stock_report.py +++ b/bill_of_lading_webkit/report/stock_report.py @@ -22,7 +22,6 @@ ############################################################################### from report import report_sxw -import pooler import time