Commit 1cdbe80b authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Define logging library.

parent 30ac8dc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys
import logging,sys

LOGGER : logging.Logger = None