From 60e063e48457924d7ecb1ee5271bea20c4962140 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Thu, 8 Nov 2012 10:10:26 +0200 Subject: [PATCH] Visually separate the debdiff a little --- ubuntutools/question.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/question.py b/ubuntutools/question.py index 509e86e..74308e6 100644 --- a/ubuntutools/question.py +++ b/ubuntutools/question.py @@ -129,7 +129,7 @@ class EditFile(object): def edit(self, optional=False): if optional: - print "Currently the %s looks like:" % self.description + print "\n\nCurrently the %s looks like:" % self.description with open(self.filename, 'r') as f: print f.read() if YesNoQuestion().ask("Edit", "no") == "no":