Last change
on this file since 11:078c7b030cee was 11:078c7b030cee, checked in by Borja Lopez <borja@…>, 13 years ago |
Removed legacy configs from the config module
Added some headers to the sources (setting author, email, website
and references to the LICENSE)
|
File size:
324 bytes
|
Rev | Line | |
---|
[1] | 1 | # -*- coding: utf-8 -*-
|
---|
| 2 |
|
---|
[11] | 3 | """
|
---|
| 4 | The postman project - tests module
|
---|
| 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 |
|
---|
[1] | 13 | from models import *
|
---|
[2] | 14 | from mta import *
|
---|
[5] | 15 | from daemon import *
|
---|
Note:
See
TracBrowser
for help on using the repository browser.