~openerp-idu/openobject-client/6.1

« back to all changes in this revision

Viewing changes to bin/widget/view/form_gtk/binary.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.
117
118
 
118
119
    def _color_widget(self):
119
120
        return self.wid_text
 
121
 
 
122
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
123