Formatting consistency

This commit is contained in:
Adam J. Stewart 2016-04-04 15:25:53 -05:00
parent 5cb45c253e
commit b63d11d5b0

View file

@ -1071,6 +1071,7 @@ def write_license_file(self, license_path):
if self.license_url: if self.license_url:
license.write("""\ license.write("""\
# For further information on how to acquire a license, please refer to: # For further information on how to acquire a license, please refer to:
#
#\t%s #\t%s
# #
""" % self.license_url) """ % self.license_url)