svgui/svguilib.py
changeset 1872 866fb3ab8778
parent 1851 1b8b5324506c
equal deleted inserted replaced
1871:933fbe9a5e2c 1872:866fb3ab8778
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 # pylint: disable=C1001
    26 # pylint: disable=old-style-class,undefined-variable
       
    27 
       
    28 
    27 class button:
    29 class button:
    28 
    30 
    29     def __init__(self, parent, id, args):
    31     def __init__(self, parent, id, args):
    30         self.parent = parent
    32         self.parent = parent
    31         self.id = id
    33         self.id = id