diff options
| author | Ben Finney <ben@benfinney.id.au> | 2008-05-16 16:08:46 +1000 |
|---|---|---|
| committer | Ben Finney <ben@benfinney.id.au> | 2008-05-16 16:08:46 +1000 |
| commit | 21ef2ab57d68de87a2b44a23d9a3bfb87d24d46d (patch) | |
| tree | 7624d9e4ad04a2ea30478291b1bd172c52cb8fcf | |
| parent | b147f1846cd26ab25ad925105f52421992395918 (diff) | |
| download | python-apt-21ef2ab57d68de87a2b44a23d9a3bfb87d24d46d.tar.gz | |
Remove trailing whitespace.
| -rwxr-xr-x | doc/examples/dependant-pkgs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/dependant-pkgs.py b/doc/examples/dependant-pkgs.py index f36936a8..2de420a5 100755 --- a/doc/examples/dependant-pkgs.py +++ b/doc/examples/dependant-pkgs.py @@ -28,9 +28,9 @@ for pkg in pkgs: else: main.add(cache[pkg].sourcePackageName) -print "main:" +print "main:" print "\n".join(main) print -print "universe:" +print "universe:" print "\n".join(universe) |
