~openerp-idu/openobject-client/6.1

« back to all changes in this revision

Viewing changes to bin/widget/view/form_gtk/textbox.py

  • Committer: Christophe Simonis
  • Date: 2008-07-23 14:50:12 UTC
  • Revision ID: christophe@tinyerp.com-20080723145012-0n80afvugkzbn512
add encoding comment and vim comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
##############################################################################
2
3
#
3
4
# Copyright (c) 2004-2008 TINY SPRL. (http://tiny.be) All Rights Reserved.
73
74
        buffer.delete(buffer.get_start_iter(), buffer.get_end_iter())
74
75
        iter_start = buffer.get_start_iter()
75
76
        buffer.insert(iter_start, value)
 
77
 
 
78
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
79