1 |
2004-02-20 Bernhard Herzog <[email protected]> |
2004-02-20 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Extensions/svgexport/__init__.py: New. Turn |
4 |
|
Extensions/svgexport into a package. |
5 |
|
|
6 |
|
* Extensions/svgexport/svgmapwriter.py: Reorder the imports and |
7 |
|
doc-string a bit. The doc-string must come first, otherwise it's |
8 |
|
not a doc-string. The __future__ import must be the first thing |
9 |
|
after the doc-string. Use only double quotes in doc-strings. |
10 |
|
Single quotes trip up emacs syntax highlighting if the text |
11 |
|
contains apostrophes. |
12 |
|
|
13 |
|
2004-02-20 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
* Extensions/svgexport/test/__init__.py, |
* Extensions/svgexport/test/__init__.py, |
16 |
Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test |
Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test |
17 |
suite for svgexport |
suite for svgexport |