zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Remove Python Ice.Application and Glacier2.Application classes #2370

Closed pepone closed 2 days ago

pepone commented 2 days ago

We have already removed the Ice.Application, and Glacier2.Application classes from other mappings. This PR also replaces the python Glacier2/application test with Glacier2/router this is the only test for Glacier2 in python.

Fixes #2205