(self, cfgobj)
| 558 | # @return Returns a Session object of the imported configuration |
| 559 | # |
| 560 | def NewTunnel(self, cfgobj): |
| 561 | self.__ping() |
| 562 | path = self.__manager_intf.NewTunnel(cfgobj.GetPath()) |
| 563 | return Session(self.__dbuscon, path) |
| 564 | |
| 565 | |
| 566 | ## |