Parent Directory
|
Revision Log
|
Patch
| revision 344 by hertzog, Mon Aug 12 17:20:36 2002 UTC | revision 351 by hertzog, Wed Aug 14 14:53:36 2002 UTC | |
|---|---|---|
| # | Line 3 | Line 3 |
| 3 | # Make sure tabs expand to 8 spaces in vim | # Make sure tabs expand to 8 spaces in vim |
| 4 | # vim: expandtab | # vim: expandtab |
| 5 | ||
| 6 | # Copyright 2002 Raphaël Hertzog | |
| 7 | # This file is distributed under the terms of the General Public License | |
| 8 | # version 2 or (at your option) any later version. | |
| 9 | ||
| 10 | import os.path, rfc822, sys, string, re, email, common | import os.path, rfc822, sys, string, re, email, common |
| 11 | from xml.dom import implementation, ext | from xml.dom import implementation, ext |
| 12 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |