Ticket #56 (closed defect: invalid)
gajim should have a process called gajim
| Reported by: | nk | Owned by: | asterix |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | OS: |
Description
so we can kill it more easily. :)
pyshell [a wxpython app] does it like this:
# cat /usr/bin/pyshell
#!/usr/bin/python from wx.py.PyShell? import main main()
# cat /usr/lib/python2.4/site-packages/wx/py/PyShell.py
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
from wx import _rename from wxPython.py import PyShell? _rename(globals(), PyShell?.dict, modulename='py.PyShell?') del PyShell? del _rename
if name == 'main':
main()
I'm talking about the core, cause that the father thread right?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
