[REM] project_long_term: remove working_calendar.py. it is merged in resource module
authorHarry (OpenERP) <hmo@tinyerp.com>
Fri, 24 Sep 2010 09:29:12 +0000 (14:59 +0530)
committerHarry (OpenERP) <hmo@tinyerp.com>
Fri, 24 Sep 2010 09:29:12 +0000 (14:59 +0530)
bzr revid: hmo@tinyerp.com-20100924092912-onu5yhjf43me31fy

addons/project_long_term/wizard/working_calendar.py [deleted file]

diff --git a/addons/project_long_term/wizard/working_calendar.py b/addons/project_long_term/wizard/working_calendar.py
deleted file mode 100644 (file)
index 11c3387..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    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/>.
-#
-##############################################################################
-import datetime
-import pooler
-
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: