|
From: Stephan G. <go...@gm...> - 2007-01-24 10:25:55
|
OK, now I tried to use "imports" instead of "additional_imports" on the class, and now it works. Thank you very much! When do I need imports and when additional_imports? 2007/1/24, Stephan Goeldi <go...@gm...>: > 2007/1/24, David Siedband <da...@ge...>: > > from Products.ATCountryWidget.Widget import CountryWidget > > OK, tried that in different variations, but I already get the same > error message. I added this TD to the class and to the attribute in > these variations: > > additional_imports = from Products.ATCountryWidget.Widget import CountryWidget > > additional_imports = from ATCountryWidget.Widget import CountryWidget > |