7178327 pep8 regression in transfer/ips.py after fix for 7176734 is integrated.
authorMary Ding <mary.ding@oracle.com>
Wed, 20 Jun 2012 19:13:56 -0700
changeset 1723 d23bbc08f2ac
parent 1722 a7be13de4bcc
child 1724 be7cb1d7a4ee
7178327 pep8 regression in transfer/ips.py after fix for 7176734 is integrated.
usr/src/lib/install_transfer/ips.py
--- a/usr/src/lib/install_transfer/ips.py	Wed Jun 20 12:08:32 2012 -0700
+++ b/usr/src/lib/install_transfer/ips.py	Wed Jun 20 19:13:56 2012 -0700
@@ -73,6 +73,7 @@
 misc.setlocale(locale.LC_ALL, "")
 gettext.install("pkg", "/usr/share/locale")
 
+
 class AbstractIPS(Checkpoint):
     '''Subclass for transfer IPS checkpoint'''
     __metaclass__ = abc.ABCMeta
@@ -131,8 +132,8 @@
         # Set the progress tracker for IPS operations.
         trackers = []
         if self.show_stdout:
-            # Try to create a Fancy progress tracker.  If we're not running on a
-            # capable terminal, then bump the loglevel up to INFO.  This is a
+            # Try to create a Fancy progress tracker.  If we're not running on
+            # a capable terminal, then bump the loglevel up to INFO.  This is a
             # hack, but it will cause the log messages to appear on stdout
             # and in the log file.
             try: