Remove trailing whitespace from license text

This commit is contained in:
Todd Gamblin 2014-01-12 18:19:18 +01:00
parent 08a25adb2f
commit d18be7437f
93 changed files with 465 additions and 469 deletions

View File

@ -34,4 +34,3 @@ def setup_parser(subparser):
def list(parser, args):
# Print all the package names in columns
colify(packages.all_package_names())

View File

@ -102,4 +102,3 @@ def check(self, filename):
self.sum = checksum(
self.hash_fun, filename, block_size=self.block_size)
return self.sum == self.hexdigest

View File

@ -97,5 +97,3 @@ def stem(path):
def can_access(file_name):
"""True if we have read/write access to the file."""
return os.access(file_name, os.R_OK|os.W_OK)