X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fbase_setup%2F__init__.py;h=82fe6ca3601f7edd40ef38ccc8818734e2d7bd9a;hb=5d4664f8236baa47d03616d4e0aa18424be921c6;hp=f8a7a810426b2b8696808fe9dd3179a246c550f7;hpb=fb3ef7a2f4d2a4406a084cdb3de761c8ab69d77e;p=odoo%2Fodoo.git diff --git a/addons/base_setup/__init__.py b/addons/base_setup/__init__.py index f8a7a81..82fe6ca 100644 --- a/addons/base_setup/__init__.py +++ b/addons/base_setup/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). +# Copyright (C) 2004-2011 OpenERP SA (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -15,11 +15,10 @@ # 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 . +# along with this program. If not, see . # ############################################################################## -import wizard +import base_setup # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -