[FIX] incorrect import, prepare for wizard removal

bzr revid: al@openerp.com-20121209182237-6yp9j6yyrnsa813y
This commit is contained in:
Antony Lesuisse 2012-12-09 19:22:37 +01:00
parent 19608971dd
commit 446abaee2d
5 changed files with 5 additions and 6 deletions

View File

@ -17,10 +17,15 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
import logging
from datetime import datetime from datetime import datetime
from tools import DEFAULT_SERVER_DATETIME_FORMAT from tools import DEFAULT_SERVER_DATETIME_FORMAT
from osv import osv, fields from osv import osv, fields
from tools.translate import _ from tools.translate import _
_logger = logging.getLogger(__name__)
try: try:
import gdata.docs.data import gdata.docs.data
import gdata.docs.client import gdata.docs.client
@ -29,8 +34,6 @@ try:
import gdata.auth import gdata.auth
from gdata.docs.data import Resource from gdata.docs.data import Resource
except ImportError: except ImportError:
import logging
_logger = logging.getLogger(__name__)
_logger.warning("Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list") _logger.warning("Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list")
class google_docs_ir_attachment(osv.osv): class google_docs_ir_attachment(osv.osv):

View File

@ -23,7 +23,6 @@ import hr_department
import hr import hr
import report import report
import wizard
import res_config import res_config
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,7 +20,6 @@
############################################################################## ##############################################################################
import hr_evaluation import hr_evaluation
import wizard
import report import report
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,7 +21,6 @@
import hr_expense import hr_expense
import report import report
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,6 +20,5 @@
############################################################################## ##############################################################################
import l10n_ma import l10n_ma
import report import report
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: