fix logging

This commit is contained in:
Vlad Panainte 2016-03-18 16:25:40 +00:00
parent 60c943997b
commit 8259c091d6

View file

@ -90,6 +90,9 @@ import os
import argparse
import ConfigParser
import logging
logging.getLogger('libcloud.common.google').addHandler(logging.NullHandler())
try:
import json
except ImportError: