1 |
2003-06-12 Jonathan Coles <[email protected]> |
2003-06-12 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py: Removed assert statements that |
4 |
|
tested if the variable was an instance of Color. |
5 |
|
|
6 |
|
* Thuban/Model/color.py (Color): Remove commented code that isn't |
7 |
|
used. |
8 |
|
(Transparent): Renamed from NoColor. Doesn't inherit from Color. |
9 |
|
Fixes RTbug #1835. |
10 |
|
(Transparent.__eq__, Transparent.__ne, Transparent.__repr): New. |
11 |
|
Needed now that the class doesn't inherit from Color. |
12 |
|
|
13 |
|
2003-06-12 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
* test/test_save.py (XMLWriterTest.testEncode): Explicitly |
* test/test_save.py (XMLWriterTest.testEncode): Explicitly |
16 |
check unicode strings. |
check unicode strings. |
17 |
|
|