From: stefan Date: Fri, 27 Feb 2009 16:09:36 +0000 (+0000) Subject: Remove check_manifest test. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=0a8a9d9efbd3e3efc3ff00c82f7e7919635ee864;p=roundup.git Remove check_manifest test. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4173 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/run_tests.py b/run_tests.py index ab3b126..5855e8a 100644 --- a/run_tests.py +++ b/run_tests.py @@ -625,9 +625,6 @@ def main(module_filter, test_filter, libdir): # Hmm... logini = os.path.abspath("log.ini") - from roundup.dist.command.build import check_manifest - check_manifest() - # Initialize the path and cwd global pathinit pathinit = PathInit(build, build_inplace, libdir)