source: mailjam/mailjam/tests/__init__.py@ 16:cd4170142d87

Last change on this file since 16:cd4170142d87 was 16:cd4170142d87, checked in by Borja Lopez <borja@…>, 12 years ago

Renamed the project to Mailjam

File size: 326 bytes
RevLine 
[1]1# -*- coding: utf-8 -*-
2
[11]3"""
[16]4The mailjam project - tests module
[11]5
6This file is released under the BSD license, see LICENSE for
7more information.
8
9Francisco de Borja Lopez Rio - <borja@codigo23.net>
10Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net
11"""
12
[1]13from models import *
[15]14# from mta import *
[5]15from daemon import *
Note: See TracBrowser for help on using the repository browser.