From 5df66ce2314ba98b211264b0567387a05e35f1be Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 27 Apr 2009 22:02:07 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ morituri/image/{toc.py => table.py} | 0 morituri/test/{test_image_toc.py => test_image_table.py} | 0 3 files changed, 8 insertions(+) rename morituri/image/{toc.py => table.py} (100%) rename morituri/test/{test_image_toc.py => test_image_table.py} (100%) 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