call site 18 for log.default.__init__
log/testing/test_log.py - line 86
85
86
87
88
   def test_no_auto_producer(self):
->     p = py.log.Producer('x')
       py.test.raises(AttributeError, "p._x") 
       py.test.raises(AttributeError, "p.x_y")