1 |
|
2003-04-24 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/load.py (XMLReader.read): Should have been checking |
4 |
|
if the file_or_filename object had the 'read' attribute. |
5 |
|
|
6 |
|
2003-04-23 Jonathan Coles <[email protected]> |
7 |
|
|
8 |
|
* Thuban/Model/resource.py: Fixes RTbug #1813. |
9 |
|
(ReadProjFile): Add documentation about which exceptions are raised. |
10 |
|
Always pass the exceptions up to the caller. |
11 |
|
(GetProjFiles): If the directory can't be read return an empty list. |
12 |
|
If any of the proj files can't be read skip that file and go |
13 |
|
on to the next one. |
14 |
|
|
15 |
|
* test/test_proj.py: Added test cases to handle nonexistent files, |
16 |
|
unreadable files, and files that don't parse correctly. |
17 |
|
|
18 |
2003-04-23 Jonathan Coles <[email protected]> |
2003-04-23 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
Projection dialog. Allows the user to select from a list |
Projection dialog. Allows the user to select from a list |