[Pkg-privacy-commits] [tails-installer] 71/210: There, quotes fixed
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:29 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 6b8591277a4529787499a732707d4320f3c64810
Author: Martin Briza <mbriza at redhat.com>
Date: Fri Apr 10 15:47:03 2015 +0200
There, quotes fixed
---
liveusb/gui.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/liveusb/gui.py b/liveusb/gui.py
index f901290..0c031c8 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -21,9 +21,9 @@
# Kushal Das <kushal at fedoraproject.org>
# Martin Bříza <mbriza at redhat.com>
-'''
+"""
A cross-platform graphical interface for the LiveUSBCreator
-'''
+"""
import os
import sys
@@ -114,10 +114,10 @@ class ReleaseDownload(QObject, BaseMeter):
self.runningChanged.emit()
def update(self, amount_read, now=None):
- ''' Update our download progressbar.
+ """ Update our download progressbar.
:read: the number of bytes read so far
- '''
+ """
if self._current < amount_read:
self._current = amount_read
self.currentChanged.emit()
@@ -494,8 +494,8 @@ class Release(QObject):
if self.live.blank_mbr():
self.addInfo(_('The Master Boot Record on your device is blank. Writing the image will reset the MBR on this device'))
elif not self.live.mbr_matches_syslinux_bin() and not self.parent().option('resetMBR'):
- self.addInfo(_('The Master Boot Record on your device does not match your system's syslinux MBR.\n'
- 'If you have trouble booting it, try setting the \'Reset the MBR\' advanced option.'))
+ self.addInfo(_('The Master Boot Record on your device does not match your system\'s syslinux MBR.\n'
+ 'If you have trouble booting it, try setting the \"Reset the MBR\" advanced option.'))
try:
self.live.mount_device()
@@ -914,7 +914,7 @@ class LiveUSBData(QObject):
class LiveUSBApp(QApplication):
- ''' Main application class '''
+ """ Main application class """
def __init__(self, opts, args):
QApplication.__init__(self, args)
qmlRegisterUncreatableType(ReleaseDownload, 'LiveUSB', 1, 0, 'Download', 'Not creatable directly, use the liveUSBData instance instead')
--
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