Ejemplo n.º 1
0
 def load_connection_toplevel(self, title):
     '''gets called from 'edit connection' and 'add connection'''
     waypoints = self.routing_data.route_points
     self.top = GUI_helper.modify_connection_toplevel(self, title, waypoints)
     self.make_top_modal()