diff options
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) |
