From 279e73293d00935330f4d3cbb5ec753cae67fee2 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 22 Jan 2013 13:23:18 +0000 Subject: Pep 8 --- diff --git a/commands/send-patches b/commands/send-patches index 1fd3d07..8a0fe1a 100755 --- a/commands/send-patches +++ b/commands/send-patches @@ -44,8 +44,8 @@ def get_from(): email = get_git_config("user.email", is_global=True) if not name or not email: - print("Please configure your name and email\n\n" \ - "git config --global user.name Your Name\n" \ + print("Please configure your name and email\n\n" + "git config --global user.name Your Name\n" "git config --global user.email youremail@example.com") sys.exit(1) @@ -60,9 +60,9 @@ def get_module(): def setup(): - print("Choose how to send email \n\n" \ - "1 Google account\n" \ - "2 Sugar Labs shell account\n" \ + print("Choose how to send email \n\n" + "1 Google account\n" + "2 Sugar Labs shell account\n" "3 System sendmail") choice = None -- cgit v0.9.1