[meld] maint: PEP8
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] maint: PEP8
- Date: Sat, 30 May 2015 20:32:13 +0000 (UTC)
commit 4ed20b9b5d5a019adbeeb61be9915264a384024f
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun May 31 06:30:37 2015 +1000
maint: PEP8
maint.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/maint.py b/maint.py
index 211f522..3b44429 100755
--- a/maint.py
+++ b/maint.py
@@ -293,10 +293,12 @@ def push():
def cli():
pass
+
@cli.command()
def test():
cmd = ['python', '-m', 'unittest', 'discover']
- call_with_output(cmd, echo_stdout=True)
+ call_with_output(cmd, echo_stdout=True)
+
@cli.command()
def news():
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]