# HG changeset patch
# User Yann Laigle-Chapuy <yannlaiglechapuy@gmail.com>
# Date 1268168220 -3600
# Node ID 2092acd233219cc096520271e4527e37da5d1d5a
# Parent  10cd134d0443a8e10a137c67228916793a37f279
trac5396-sage4.3.3_rebase.patch

diff -r 10cd134d0443 -r 2092acd23321 sage/libs/lcalc/lcalc_Lfunction.pyx
--- a/sage/libs/lcalc/lcalc_Lfunction.pyx	Wed Dec 23 22:08:46 2009 +0100
+++ b/sage/libs/lcalc/lcalc_Lfunction.pyx	Tue Mar 09 21:57:00 2010 +0100
@@ -32,7 +32,7 @@
 CCC=ComplexField()
 
 from sage.rings.real_mpfr cimport RealNumber
-from sage.rings.real_mpfr cimport RealField
+from sage.rings.real_mpfr import RealField
 RRR= RealField ()
 pi=RRR.pi()
 
