From 3fc351eed2c8e454795235bb3df4575e7d7db604 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 29 Jan 2008 20:54:26 -0500 Subject: add FIXME to setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index e593e50..341d9b7 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,9 @@ if __name__ == "__main__": "%s/overlord" % NAME, "%s/overlord/cmd_modules" % NAME, "%s/minion/modules" % NAME, + # FIXME if there's a clean/easy way to recursively + # find modules then by all means do it, for now + # this will work. "%s/minion/modules/netapp" % NAME, "%s/minion/modules/netapp/vol" % NAME ], -- cgit