projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11345: Simplify and consolodate retry for API throttling errors.
[arvados.git]
/
services
/
nodemanager
/
arvnodeman
/
__init__.py
1
#!/usr/bin/env python
2
3
from __future__ import absolute_import, print_function
4
5
import _strptime # See <http://bugs.python.org/issue7980#msg221094>.
6
import logging
7
8
logger = logging.getLogger('arvnodeman')
9
logger.addHandler(logging.NullHandler())