mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
import missing logging module
This commit is contained in:
parent
fe0ad36609
commit
298cf4f5c0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ so it can be used to maintain services using the ``provider`` argument:
|
|||
from __future__ import absolute_import
|
||||
|
||||
# Import python libs
|
||||
import logging
|
||||
import os
|
||||
import os.path
|
||||
import re
|
||||
|
|
Loading…
Add table
Reference in a new issue