home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.6)
-
- import sys
- from config import platformName
- tabnames = [
- ('accounts', _('Accounts')),
- ('general_profile', _('General & Profile')),
- ('appearance', _('Skins')),
- ('contact_list', _('Buddy List')),
- ('text_conversations', _('Conversations')),
- ('files', _('File Transfers')),
- ('status', _('Status')),
- ('privacy', _('Privacy')),
- ('notifications', _('Notifications')),
- ('widgets', _('Widgets')),
- ('research', _('Research Module')),
- ('proxy', _('Connection Settings'))]
- if platformName != 'mac':
- tabnames.extend([])
-
- if getattr(sys, 'DEV', False):
- from path import path
- location = path(__file__)
- pg_dev_loc = location.parent / 'pg_dev.py'
- if pg_dev_loc.isfile():
- tabnames.extend([
- ('dev', _('Developer'))])
-
-
- import gui.pref.prefsearchable as prefsearchable
- all = dict()
- for module, nice_name in tabnames:
- strs = getattr(prefsearchable, module)
- all[module] = set((lambda .0: for s in .0:
- _(s))(strs))
-
-