changeset 1 | bab77be235a8 |
parent 0 | 3acd8a788a6f |
child 2 | 731c43b63c9d |
0:3acd8a788a6f | 1:bab77be235a8 |
---|---|
1 #!/usr/bin/env python |
1 #!/usr/bin/env python |
2 # -*- coding: UTF-8 -*- |
2 # -*- coding: UTF-8 -*- |
3 # Copyright 2009 Pascal Volk |
|
4 # See COPYING for distribution information. |
|
5 |
|
6 __author__ = 'Pascal Volk' |
|
7 __version__ = '0.1' |
|
8 __date__ = '2009-11-14' |
|
3 |
9 |
4 """ |
10 """ |
5 Sends information about uncaught exceptions per email. |
11 Sends information about uncaught exceptions per email. |
6 |
12 |
7 """ |
13 """ |