comparison frontends/sortilege_old/boxsizer.py @ 588:beaf6bec2fcd

Remove every old-style class.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 18 Jan 2013 17:55:35 +0100
parents 952322b1d490
children 84a6e83157c2
comparison
equal deleted inserted replaced
587:952322b1d490 588:beaf6bec2fcd
21 21
22 22
23 from window import Window 23 from window import Window
24 import os,pdb 24 import os,pdb
25 25
26 class BoxSizer: 26 class BoxSizer(object):
27 """This class manage the position of the window like boxes.""" 27 """This class manage the position of the window like boxes."""
28 28
29 29
30 30
31 def __init__(self, parent): 31 def __init__(self, parent):