diff options
| author | Ben Finney <ben+debian@benfinney.id.au> | 2008-08-08 10:08:50 +1000 |
|---|---|---|
| committer | Ben Finney <ben+debian@benfinney.id.au> | 2008-08-08 10:08:50 +1000 |
| commit | 7b14352c54b7acbf2a68240fa960e188c6e8742a (patch) | |
| tree | 48db4bb809d90743bdb7f6a6e3a429f83465d729 /doc | |
| parent | 08fa9a44bc90b88f05cd8aa14d50892fadda9049 (diff) | |
| parent | 44d1746f2dd6c055f340f9368d6411a9b6170150 (diff) | |
| download | python-apt-7b14352c54b7acbf2a68240fa960e188c6e8742a.tar.gz | |
Fix whitespace in changes from 0.7.7.
Diffstat (limited to 'doc')
| -rwxr-xr-x | doc/examples/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/config.py b/doc/examples/config.py index cc1aae44..9d4e51fc 100755 --- a/doc/examples/config.py +++ b/doc/examples/config.py @@ -45,7 +45,7 @@ if Cnf.FindB("version", 0) == 1: print "Version selected - 1.1" if Cnf.FindB("help", 0) == 1: - print apt_pkg.Package, apt_pkg.Version, "for", apt_pkg.Architecture, \ + print "python-apt", apt_pkg.Version, \ "compiled on", apt_pkg.Date, apt_pkg.Time print "Hi, I am the help text for this program" sys.exit(0) |
