From 2bf9843afba2d4f2a81bb136ec693f7b52803639 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 1 Aug 2012 12:51:28 +0000 Subject: Move BuildCommand from app into its own module morphlib.app should be for application bringup and providing command line options used by the library code. Any external plugins that refer to morphlib.app.BuildCommand will need fixing. --- without-test-modules | 1 + 1 file changed, 1 insertion(+) (limited to 'without-test-modules') diff --git a/without-test-modules b/without-test-modules index 67a1e143..91fcd117 100644 --- a/without-test-modules +++ b/without-test-modules @@ -13,4 +13,5 @@ morphlib/plugins/show_dependencies_plugin.py morphlib/plugins/update_gits_plugin.py morphlib/plugins/trebuchet_plugin.py morphlib/plugins/branch_and_merge_plugin.py +morphlib/buildcommand.py -- cgit v1.2.1