1 |
2003-11-24 Bernhard Herzog <[email protected]> |
2003-11-24 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/data.py (ShapefileStore._open_shapefile) |
4 |
|
(ShapefileStore.__init__): Factor opening the shapefile into a |
5 |
|
separate method (the new _open_shapefile). This makes the code a |
6 |
|
bit more readable but the real reason is that it makes some evil |
7 |
|
hacks easier. :-) |
8 |
|
|
9 |
|
2003-11-24 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
* Thuban/Model/load.py (SessionLoader.check_attrs): If no |
* Thuban/Model/load.py (SessionLoader.check_attrs): If no |
12 |
converter is specified for an attribute assume it's a string |
converter is specified for an attribute assume it's a string |
13 |
containing only Latin1 characters. Update doc-string accordingly. |
containing only Latin1 characters. Update doc-string accordingly. |