import missing logging module

This commit is contained in:
Julien Cigar 2015-09-30 12:17:15 +02:00 committed by rallytime
parent fe0ad36609
commit 298cf4f5c0

View File

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