mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Add import comments
This commit is contained in:
parent
313b16aedd
commit
3b1574868e
@ -16,8 +16,10 @@ to the minion config files::
|
||||
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
import logging
|
||||
|
||||
# Import third party libs
|
||||
try:
|
||||
import pymongo
|
||||
has_pymongo = True
|
||||
|
Loading…
Reference in New Issue
Block a user