Ejemplo n.º 1
0
 def sync_packages(self, to_remove, to_add, module_dir):
     """
     Display a modal dialog that indicates the status of the add/remove
     package management operation.
     """
     package_box = PackageDialog(self)
     package_box.setup(to_remove, to_add, module_dir)
     package_box.exec()
Ejemplo n.º 2
0
 def sync_packages(self, to_remove, to_add, module_dir):
     """
     Display a modal dialog that indicates the status of the add/remove
     package management operation.
     """
     package_box = PackageDialog(self)
     package_box.setup(to_remove, to_add, module_dir)
     package_box.exec()