summaryrefslogtreecommitdiffstats
path: root/test/pacman/pmtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/pmtest.py')
-rwxr-xr-xtest/pacman/pmtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/pmtest.py b/test/pacman/pmtest.py
index 31517a9a..4f3b122f 100755
--- a/test/pacman/pmtest.py
+++ b/test/pacman/pmtest.py
@@ -28,7 +28,7 @@ import pmfile
import util
from util import vprint
-class pmtest:
+class pmtest(object):
"""Test object
"""