mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-08 20:18:09 -05:00
Python 2 has an exception class called StandardError that has been removed in Python 3. Use Exception instead. [1] [1] http://python3porting.com/differences.html#standarderror