Try adding the parameter &depth=1 like this:
if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post>post_parent.”&echo=0&depth=1″);
else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0&depth=1″);
If you need any help, you know where to call ??