Centralize logging initialization

This commit is contained in:
Anthony Sottile
2016-11-26 14:18:13 -08:00
parent 323507c9e3
commit a7169905dc
18 changed files with 26 additions and 43 deletions

View File

@@ -3,7 +3,6 @@ from __future__ import unicode_literals
import contextlib
import errno
import functools
import os
import os.path
import shutil
import stat