Package kiwi :: Package ui :: Module bugreportdialog
[frames | no frames]

Module kiwi.ui.bugreportdialog

Classes
BugReportDialog  

Function Summary
  get_revision()
  send_bugreport(tb, exception_text, parent)
Send a bugreport to http://bugzilla.gnome.org in the product name Gazpacho.

Variable Summary
str BUG_TEMPLATE = 'Package: Gazpacho\nVersion: %(version)s ...

Function Details

send_bugreport(tb, exception_text, parent=None)

Send a bugreport to http://bugzilla.gnome.org in the product name Gazpacho.

Uses an http proxy at http://gazpacho.sicem.biz/bugproxy because not all the users has a local smtp available, specially win32 users.

Return True if the bug was sent or False otherwise

Variable Details

BUG_TEMPLATE

Type:
str
Value:
'''Package: Gazpacho
Version: %(version)s (r%(revision)s)
Synopsis: %(subject)s
Bugzilla-Product: Gazpacho
Bugzilla-Component: general

Date: %(date)s

...                                                                    

Generated by Epydoc 2.1 on Fri Sep 15 11:53:24 2006 http://epydoc.sf.net