svgui/svguilib.py
changeset 1851 1b8b5324506c
parent 1736 7e61baa047f0
child 1872 866fb3ab8778
equal deleted inserted replaced
1850:614396cbffbf 1851:1b8b5324506c
    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 class button:
    27 class button:
    27 
    28 
    28     def __init__(self, parent, id, args):
    29     def __init__(self, parent, id, args):
    29         self.parent = parent
    30         self.parent = parent
    30         self.id = id
    31         self.id = id