Re: [sage-devel] Importing units into module

2011-07-21 Thread Burcin Erocal
Hi, On Thu, 21 Jul 2011 00:42:38 -0700 (PDT) Eviatar wrote: > I am working on a physical constants module, but for whatever reason I > can't get it to correctly import the units module. > > I import the units class using "from units import units", but I get: > > > > /home/eviatar/sage-4.7-lin

[sage-devel] Importing units into module

2011-07-21 Thread Eviatar
Hello, I am working on a physical constants module, but for whatever reason I can't get it to correctly import the units module. I import the units class using "from units import units", but I get: "--- AttributeError