summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesus M. Rodriguez <jmrodri@firebird.home.net>2007-10-01 23:34:04 -0400
committerJesus M. Rodriguez <jmrodri@firebird.home.net>2007-10-01 23:34:04 -0400
commitd1d61645d5e7b3dfde1a3c462d2a3a54645dd449 (patch)
tree4c627826b451a19781b3580a9e604e9a2efcd63e /modules
parentc010a077418aeb511cca251f7b2fe0375d00990d (diff)
downloadthird_party-func-d1d61645d5e7b3dfde1a3c462d2a3a54645dd449.tar.gz
third_party-func-d1d61645d5e7b3dfde1a3c462d2a3a54645dd449.tar.xz
third_party-func-d1d61645d5e7b3dfde1a3c462d2a3a54645dd449.zip
changed more class defs to use (object) instead of () so it works on
python 2.3 and 2.4.
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/virt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/virt.py b/modules/virt.py
index 7162a36..18ad718 100755
--- a/modules/virt.py
+++ b/modules/virt.py
@@ -38,7 +38,7 @@ VIRT_STATE_NAME_MAP = {
6 : "crashed"
}
-class FuncLibvirtConnection():
+class FuncLibvirtConnection(object):
def __init__(self):