[Pkg-bitcoin-commits] [python-quamash] 128/269: Fix whitespace

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:23 UTC 2017


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

js pushed a commit to branch master
in repository python-quamash.

commit c7eedc602284052eae7fd2623c4a580d10d48844
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Mon Nov 24 11:45:14 2014 +0100

    Fix whitespace
---
 conftest.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conftest.py b/conftest.py
index 576de2f..2fdf020 100644
--- a/conftest.py
+++ b/conftest.py
@@ -6,6 +6,6 @@ logging.basicConfig(
 	level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(name)s - %(message)s')
 
 if os.name == 'nt':
-    collect_ignore = ['quamash/_unix.py']
+	collect_ignore = ['quamash/_unix.py']
 else:
-    collect_ignore = ['quamash/_windows.py']
+	collect_ignore = ['quamash/_windows.py']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list