From 5f0aa376121f62fe0a641d56f8e1cd094d8cdaa8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sat, 2 Jul 2005 12:49:09 +0000 Subject: [PATCH] ws change git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2172 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/path.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyx/path.py b/pyx/path.py index a2e44c2d..c5132d06 100755 --- a/pyx/path.py +++ b/pyx/path.py @@ -145,7 +145,6 @@ class _currentpoint: __slots__ = "x_pt", "y_pt" - def __init__(self, x_pt=_invalidcurrentpoint, y_pt=_invalidcurrentpoint): """initialize current point -- 2.11.4.GIT