From 70dfcb5760de15b9abeaee82bfa1ee126ff7afaa Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Fri, 22 Apr 2011 22:21:13 -0600 Subject: [PATCH] Add some comments to the loader --- salt/loader.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/loader.py b/salt/loader.py index 8a3475c550..7ae4a50d1e 100644 --- a/salt/loader.py +++ b/salt/loader.py @@ -1,6 +1,9 @@ ''' Routines to set up a minion ''' +# This module still needs package support, so that the functions dict returned +# can send back functions like: foo.bar.baz + # Import python libs import os import sys