Add import comments

This commit is contained in:
Thomas S Hatch 2012-10-31 22:28:31 -06:00
parent 313b16aedd
commit 3b1574868e

View File

@ -16,8 +16,10 @@ to the minion config files::
'''
# Import python libs
import logging
# Import third party libs
try:
import pymongo
has_pymongo = True