comparison frontends/src/primitivus/profile_manager.py @ 1010:73a0b7f94674

primitivus: use of new logging system: - default output is \\memory - logs can be seen with :messages command - now useless writeLog method has been removed
author Goffi <goffi@goffi.org>
date Mon, 05 May 2014 20:12:19 +0200
parents 308a96bc7c1b
children 6a16ec17a458
comparison
equal deleted inserted replaced
1009:d1084f7e56a5 1010:73a0b7f94674
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 from sat.core.i18n import _ 20 from sat.core.i18n import _
21 import urwid 21 import urwid
22 from urwid_satext.sat_widgets import AdvancedEdit,Password,List,InputDialog,ConfirmDialog,Alert,FocusFrame 22 from urwid_satext.sat_widgets import AdvancedEdit,Password,List,InputDialog,ConfirmDialog,Alert
23 from sat.tools.jid import JID 23 from sat.tools.jid import JID
24 24
25 25
26 class ProfileManager(urwid.WidgetWrap): 26 class ProfileManager(urwid.WidgetWrap):
27 27