[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 04/12: Issue 3952 - Fix whitespaces in build.py for compliance with PEP-8

David Prévot taffit at moszumanska.debian.org
Sat May 7 15:43:04 UTC 2016


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 2eecf053af8b3205badcaf187b5b47f260f45255
Author: Sebastian Noack <sebastian at adblockplus.org>
Date:   Tue Apr 19 13:46:02 2016 +0200

    Issue 3952 - Fix whitespaces in build.py for compliance with PEP-8
---
 build.py | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/build.py b/build.py
index cca908e..8501ed1 100755
--- a/build.py
+++ b/build.py
@@ -1,16 +1,18 @@
 #!/usr/bin/env python
 # coding: utf-8
 
-import os, sys, subprocess
+import os
+import sys
+import subprocess
 
 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
 DEPENDENCY_SCRIPT = os.path.join(BASE_DIR, "ensure_dependencies.py")
 
 try:
-  subprocess.check_call([sys.executable, DEPENDENCY_SCRIPT, BASE_DIR])
+    subprocess.check_call([sys.executable, DEPENDENCY_SCRIPT, BASE_DIR])
 except subprocess.CalledProcessError as e:
-  print >>sys.stderr, e
-  print >>sys.stderr, "Failed to ensure dependencies being up-to-date!"
+    print >>sys.stderr, e
+    print >>sys.stderr, "Failed to ensure dependencies being up-to-date!"
 
 import buildtools.build
 buildtools.build.processArgs(BASE_DIR, sys.argv)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list