Add some comments to the loader

This commit is contained in:
Thomas S Hatch 2011-04-22 22:21:13 -06:00
parent 9484763eff
commit 70dfcb5760

View File

@ -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