Visually separate the debdiff a little

This commit is contained in:
Stefano Rivera 2012-11-08 10:10:26 +02:00
parent a9c0df9627
commit 60e063e484

View File

@ -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":