svgui/svguilib.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1851 1b8b5324506c
--- a/svgui/svguilib.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/svgui/svguilib.py	Mon Aug 14 23:27:15 2017 +0300
@@ -22,6 +22,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+
 class button:
 
     def __init__(self, parent, id, args):
@@ -115,6 +116,7 @@
                     self.updateElements()
                 self.dragging = False
 
+
 class textControl:
 
     def __init__(self, parent, id, args):