Index: /branches/mk/cheesecake/cheesecake_index.py =================================================================== --- /branches/mk/cheesecake/cheesecake_index.py (revision 57) +++ /branches/mk/cheesecake/cheesecake_index.py (revision 59) @@ -25,8 +25,8 @@ from math import ceil -from _util import pad_with_dots, pad_left_spaces, pad_right_spaces, pad_msg, pad_line -from _util import run_cmd, command_successful -from _util import unzip_package, untar_package -from _util import StdoutRedirector +from util import pad_with_dots, pad_left_spaces, pad_right_spaces, pad_msg, pad_line +from util import run_cmd, command_successful +from util import unzip_package, untar_package +from util import StdoutRedirector import logger from config import get_pkg_config Index: /branches/mk/support/generate_coverage.sh =================================================================== --- /branches/mk/support/generate_coverage.sh (revision 53) +++ /branches/mk/support/generate_coverage.sh (revision 59) @@ -5,5 +5,5 @@ # Generate coverage statistics for Cheesecake. python /usr/lib/python2.4/site-packages/coverage.py -r \ - cheesecake/_util.py \ + cheesecake/util.py \ cheesecake/cheesecake_index.py \ cheesecake/codeparser.py \