diff --git a/ChangeLog b/ChangeLog index dbe8c4f..2799051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-28 Thomas Vander Stichele + + * morituri/test/test_image_table.py (added): + * morituri/image/table.py (added): + * morituri/test/test_image_toc.py (deleted): + * morituri/image/toc.py (deleted): + Move files around in preparation for the .toc file parsing. + 2009-04-26 Thomas Vander Stichele * examples/movecue.py (added): diff --git a/morituri/image/toc.py b/morituri/image/table.py similarity index 100% rename from morituri/image/toc.py rename to morituri/image/table.py diff --git a/morituri/test/test_image_toc.py b/morituri/test/test_image_table.py similarity index 100% rename from morituri/test/test_image_toc.py rename to morituri/test/test_image_table.py