| Trees | Indices | Help |
|
|---|
|
|
|
|||
| MyStderr | |||
|
|||
|
|||
|
|||
|
|||
paths = os.environ ['PATH']
|
|||
list_ = paths.split(';')
|
|||
new_list = []
|
|||
log = logging.getLogger('gajim.gajim')
|
|||
sysname = platform.system()
|
|||
libc = CDLL(find_library('c'))
|
|||
PR_SET_NAME = 15
|
|||
gajimpaths = ConfigPaths()
|
|||
pid_filename = gajimpaths ['PID_FILE']
|
|||
config_filename = gajimpaths ['CONFIG_FILE']
|
|||
dialog = dialogs.YesNoDialog(pritext, sectext)
|
|||
f2 = open(pid_filename, 'w')
|
|||
dlg = dialogs.ErrorDialog(_('Disk Write Error'), str(e2))
|
|||
Imports: os, sys, warnings, logging_helpers, logging, getopt, i18n, locale, common, gobject, gtk, exceptions, gajim, dbus_support, MusicTrackListener, CDLL, find_library, platform, check_paths, winsound, win32api, gtkexcepthook, signal, gtkgui_helpers, traceback, errno, dialogs, atexit, Interface
|
|||
|
|
|
|||
paths
|
list_
|
new_list
|
log
|
sysname
|
libc
|
PR_SET_NAME
|
gajimpaths
|
pid_filename
|
config_filename
|
dialog
|
f2
|
dlg
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 12 02:06:28 2010 | http://epydoc.sourceforge.net |