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