|
From: Mark A. <ack...@mo...> - 2001-03-21 23:15:18
|
>First import your classes:
>
> from dsi.fs import FillFiller, Segment
>
>It's really toooo easy ! What problems are you having ?
You gave me the first part of the magic. Now I get:
Traceback (innermost last):
File "<string>", line 1, in ?
AttributeError: class 'Util' has no attribute 'test'
for the method:
public static int test(int a, int b)
{
return a*b;
}
in the class Util.
|