call site 16 for execnet.RSync.__init__
execnet/testing/test_rsync.py - line 24
23
24
25
26
   def test_notargets(self):
->     rsync = RSync(self.source)
       py.test.raises(IOError, "rsync.send()")
       assert rsync.send(raises=False) is None