Cole Robinson
|
4672ed3a0a
|
Drop most explicit SunOS support
We haven't had a patch from Sun/Oracle in over 4 years, nor a libvirt
patch in about as long. I don't think anyone cares.
|
2013-07-03 12:15:56 -04:00 |
Cole Robinson
|
191fff8c0c
|
tests: Make sure virtinst doesn't pull in Gtk
Add an explicit test to warn if it inadvertently happens
|
2013-04-18 16:41:02 -04:00 |
Cole Robinson
|
0d243983d0
|
Revive pep8 and clean up the code
autopep8 is pretty cool :)
|
2013-04-13 15:22:43 -04:00 |
Cole Robinson
|
3f79fa3919
|
Fix the last of the pylint messages
If using an older pylint, there are still some complaints about hashlib
and Popen, but those aren't our problems.
|
2013-04-13 13:45:08 -04:00 |
Cole Robinson
|
9359ad2bb6
|
virtinst: Remove ParaVirt and FullVirtGuest
They were just around for back compat at this point, the tools
have moved on.
|
2013-04-13 13:40:45 -04:00 |
Cole Robinson
|
ae471007fc
|
Tons of misc pylint fixes
|
2013-04-13 13:40:29 -04:00 |
Cole Robinson
|
a386186c74
|
Remove most map() and filter() usage
They aren't available on python3 so pylint complains, and list
comprehensions are usually better.
|
2013-04-12 08:27:44 -04:00 |
Cole Robinson
|
d6c8ad0297
|
Wire up python unit tests, unify gettext setup
|
2013-04-03 18:22:05 -04:00 |
Cole Robinson
|
88603e4fad
|
Merge code from python-virtinst.git
As outlined here:
https://www.redhat.com/archives/virt-tools-list/2012-February/msg00040.html
For now this is just a direct import of the code from virtinst commit
dca5a4d6245f21d554f8853197a6a234bfc8e52c. History is not merged, so
please refer to original git for detailed commit histor:
http://git.fedorahosted.org/cgit/python-virtinst.git/
|
2013-04-03 18:22:05 -04:00 |