Changeset 16 for isp module/__init__.py
- Timestamp:
- Jul 15, 2011, 10:15:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
isp module/__init__.py
r14 r16 1 # -*- coding: utf-8 -*-1 # -*- encoding: utf-8 -*- 2 2 ############################################################################## 3 # 3 # 4 4 # OpenERP, Open Source Management Solution 5 # Copyright (C) 2004-20 10Tiny SPRL (<http://tiny.be>).5 # Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). 6 6 # 7 7 # This program is free software: you can redistribute it and/or modify … … 16 16 # 17 17 # You should have received a copy of the GNU Affero General Public License 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 20 ############################################################################## 21 21 22 import isp 23 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: 22 24 23 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
Note:
See TracChangeset
for help on using the changeset viewer.