2006-07-04 Don Allingham <don@gramps-project.org>

* various: pyflakes fixes



svn: r6992
This commit is contained in:
Don Allingham
2006-07-04 23:38:51 +00:00
parent 05b0117c82
commit 051f992afb
38 changed files with 75 additions and 78 deletions

View File

@ -18,12 +18,21 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#-------------------------------------------------------------------------
#
# GTK
#
#-------------------------------------------------------------------------
import gtk
import gtk.gdk
import pango
import const
gtk26 = gtk.pygtk_version >= (2,6,0)
#-------------------------------------------------------------------------
#
# constants
#
#-------------------------------------------------------------------------
TEXT = 0
TOGGLE = 1
COMBO = 2
@ -31,6 +40,7 @@ IMAGE = 3
INTEGER = 4
NOSORT = -1
#-------------------------------------------------------------------------
#
# ListModel