From 0535ec4ff8174b87d0acd5ad1d2ad9fa378aa94b Mon Sep 17 00:00:00 2001 From: Marc Cassuto Date: Tue, 29 Jul 2014 17:23:39 -0400 Subject: [PATCH] bill_of_lading_webkit : remove unused import of pooler --- bill_of_lading_webkit/report/__init__.py | 5 +++-- bill_of_lading_webkit/report/stock_report.py | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) 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