Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins 2016-11-18 12:10:31 +00:00 committed by Gerrit Code Review
commit f55fe0fb62

View File

@ -13,15 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
import os
import os.path
import sys
LOG = logging.getLogger(__name__)
class MissingModule(Exception):
pass