tualatrix / ubuntu-tweak

Ubuntu Tweak is a tool that makes it easy to configure your system and desktop settings. (This project is no longer under maintenance)
GNU General Public License v2.0
692 stars 197 forks source link

Remove unused IN.INT_MAX import, unavailable as of recent Python packages #10

Closed cjwatson closed 11 years ago

cjwatson commented 11 years ago

One of the top crashes on errors.ubuntu.com for Ubuntu 13.04 at the moment is a crash in ubuntu-tweak because the latest Python packages no longer allow importing IN.INT_MAX. In practice this symbol is hardly ever needed anyway, and in this case the value being calculated from it was not used by ubuntu-tweak, so it's simplest to just remove it.

tualatrix commented 11 years ago

Thank you very much!