Esempio n. 1
0
 def ask_new_remote_path(self):
     target_path = ask_backend_path(self.winfo_toplevel(), "save")
     if target_path:
         return make_remote_path(target_path)
     else:
         return None
Esempio n. 2
0
 def ask_new_remote_path(self):
     target_path = ask_backend_path(self, "save")
     if target_path:
         return make_remote_path(target_path)
     else:
         return None