[IMP]: Improve
authorrch (Open ERP) <>
Wed, 8 Sep 2010 08:27:41 +0000 (13:57 +0530)
committerrch (Open ERP) <>
Wed, 8 Sep 2010 08:27:41 +0000 (13:57 +0530)
bzr revid: rch_open_erp-20100908082741-ipae36x6djqxjetu

addons/account/project/report/__init__.py
addons/stock/report/__init__.py

index 9334017..32226f8 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
@@ -15,7 +15,7 @@
 #    GNU Affero General Public License for more details.
 #
 #    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
 
@@ -24,7 +24,6 @@ import analytic_balance
 import inverted_analytic_balance
 import cost_ledger
 import quantity_cost_ledger
-import analytic_check
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
index 7b0f561..878111f 100644 (file)
@@ -23,7 +23,6 @@ import product_stock
 import lot_location
 import ups
 import picking
-import lot_overview
 import lot_overview_all
 import report_stock
 import report_stock_picking