Changeset 29:5c820cb8c5b9 in mailjam
- Timestamp:
 - May 23, 2012, 7:00:33 PM (13 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - File:
 - 
      
- 1 edited
 
- 
          
  mailjam/__init__.py (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
mailjam/__init__.py
r16 r29 1 1 # -*- coding: utf-8 -*- 2 3 """ 4 The mailjam project - A small mailing list manager 5 6 This file is released under the BSD license, see LICENSE for 7 more information. 8 9 Francisco de Borja Lopez Rio - <borja@codigo23.net> 10 Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net 11 """ 12 13 __version__ = '0.1.0' 14 2 15 3 16 from mailjam.models import Member, MailingList  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  