From 61d6fbfbd490b3d1651a4a5de652ca03c27b2e13 Mon Sep 17 00:00:00 2001 From: Michael Schindler Date: Mon, 19 Jan 2004 17:59:07 +0000 Subject: [PATCH] added pi in import from math git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1267 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/connector.py b/pyx/connector.py index eaea214d..2109df34 100644 --- a/pyx/connector.py +++ b/pyx/connector.py @@ -22,7 +22,7 @@ import math -from math import sin, cos, atan2, tan, hypot, acos, sqrt +from math import pi, sin, cos, atan2, tan, hypot, acos, sqrt import path, trafo, unit, helper try: from math import radians, degrees -- 2.11.4.GIT