On Tuesday December 18, 2001 03:46 am, Costas Malamas wrote:
> Hey all,
>
> I am not sure if this is a PSP bug.  PSP doesn't seem to do a proper import
> if I use:
>
>    <%@ page imports="package:subpackage:module"%>
>
> It creates in the .py servlet:
>
>    from package import subpackage
>
> instead of:
>
>    from package.subpackage import module
>

Does

<%@ page imports="package.subpackage:module"%>

work properly?  I think that's how you're supposed to write it.

- Geoff

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to