~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/debuginfo/__init__.py

  • Committer: drtomc
  • Date: 2008-02-04 00:51:29 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:397
debuginfo: Added print of os.uname().

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        ("euid", os.geteuid()),
55
55
        ("gid", os.getgid()),
56
56
        ("egid", os.getegid()),
 
57
        ("uname", os.uname()),
57
58
    ])
58
59
 
59
60
    print_table(req, "Available Applications", conf.apps.app_url.items())