From 5048016d05599e121b9b0f12e32164603d24d4e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Mon, 19 Sep 2005 05:41:05 +0000 Subject: [PATCH] make invalid available in the path module git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2451 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/path.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyx/path.py b/pyx/path.py index 678311fe..c999a205 100755 --- a/pyx/path.py +++ b/pyx/path.py @@ -38,6 +38,8 @@ from normpath import NormpathException, normpath, normsubpath, normline_pt, norm # set is available as an external interface to the normpath.set method from normpath import set +# normpath's invalid is available as an external interface +from normpath import invalid try: sum([]) -- 2.11.4.GIT