[python-debian/master] remove some trailing whitespaces and convert debian_bundle/deprecation.py to UTF8

Filippo Giunchedi filippo at esaurito.net
Mon Apr 6 08:46:31 UTC 2009


---
 debian_bundle/deb822.py          |    2 +-
 debian_bundle/deprecation.py     |    2 +-
 examples/debtags/tagsbyrelevance |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian_bundle/deb822.py b/debian_bundle/deb822.py
index a715d43..97aaf20 100644
--- a/debian_bundle/deb822.py
+++ b/debian_bundle/deb822.py
@@ -429,7 +429,7 @@ class Deb822(Deb822Dict):
 
     def split_gpg_and_payload(sequence):
         """Return a (gpg_pre, payload, gpg_post) tuple
-        
+
         Each element of the returned tuple is a list of lines (with trailing
         whitespace stripped).
         """
diff --git a/debian_bundle/deprecation.py b/debian_bundle/deprecation.py
index b7e12ad..6ed7e5a 100644
--- a/debian_bundle/deprecation.py
+++ b/debian_bundle/deprecation.py
@@ -3,7 +3,7 @@
 # debian_bundle/deprecation.py
 # Utility module to deprecate features
 #
-# Copyright © Ben Finney <ben+debian at benfinney.id.au>
+# Copyright © Ben Finney <ben+debian at benfinney.id.au>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff --git a/examples/debtags/tagsbyrelevance b/examples/debtags/tagsbyrelevance
index ae2b0ec..3757506 100644
--- a/examples/debtags/tagsbyrelevance
+++ b/examples/debtags/tagsbyrelevance
@@ -27,7 +27,7 @@ if len(sys.argv) < 2:
 	sys.exit(1)
 
 full = debtags.DB()
-# Read full database 
+# Read full database
 tag_filter = re.compile(r"^special::.+$|^.+::TODO$")
 full.read(open(sys.argv[1], "r"), lambda x: not tag_filter.match(x))
 
-- 
1.5.6.5




More information about the pkg-python-debian-commits mailing list