mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #307 from davedoesdev/davedoesdev-log-fix
Don't import tuf.log in __init__.py so importing tuf.conf doesn't start logging
This commit is contained in:
commit
84fed901e3
1 changed files with 0 additions and 6 deletions
|
|
@ -28,14 +28,8 @@
|
|||
from __future__ import division
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import logging
|
||||
|
||||
import tuf.log
|
||||
|
||||
import six
|
||||
|
||||
logging = logging.getLogger('tuf.__init__')
|
||||
|
||||
# Import 'tuf.formats' if a module tries to import the
|
||||
# entire tuf package (i.e., from tuf import *).
|
||||
__all__ = ['formats']
|
||||
|
|
|
|||
Loading…
Reference in a new issue