[Pkg-privacy-commits] [tails-installer] 161/210: Fix inheritance

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 2bc761724e678bdec6ceca91228cf0a2c5dc5d0d
Author: Martin Briza <mbriza at redhat.com>
Date:   Mon Sep 7 14:44:37 2015 +0200

    Fix inheritance
---
 liveusb/creator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 8d3ed3e..7c1b244 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -1130,7 +1130,7 @@ class LinuxLiveUSBCreator(LiveUSBCreator):
 
 
 
-class MacOsLiveUSBCreator(object):
+class MacOsLiveUSBCreator(LiveUSBCreator):
 
     def detect_removable_drives(self, callback=None):
         """ This method should populate self.drives with removable devices """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list