Module gui_interface
source code
|
|
gajimpaths = common.configpaths.gajimpaths
|
|
|
config_filename = gajimpaths ['CONFIG_FILE']
|
|
|
parser = optparser.OptionsParser(config_filename)
|
|
|
log = logging.getLogger('gajim.interface')
|
Imports:
os,
sys,
re,
time,
math,
Popen,
gtk,
gobject,
i18n,
gajim,
dbus_support,
MusicTrackListener,
location_listener,
dbus,
gtkgui_helpers,
dialogs,
notify,
message_control,
ChatControlBase,
ChatControl,
GroupchatControl,
PrivateChatControl,
AtomWindow,
ChatControlSession,
common,
idlequeue,
connection_zeroconf,
resolver,
caps_cache,
proxy65_manager,
socks5,
helpers,
dataforms,
passwords,
logging_helpers,
roster_window,
profile_window,
config,
Thread,
ged,
optparser,
logging
gajimpaths
- Value:
common.configpaths.gajimpaths
|
|
config_filename
- Value:
gajimpaths ['CONFIG_FILE']
|
|
parser
- Value:
optparser.OptionsParser(config_filename)
|
|
log
- Value:
logging.getLogger('gajim.interface')
|
|