Tim Knitter wrote: > > > [EMAIL PROTECTED] wrote: >>> http://cr.opensolaris.org/~tsk/863.2/ >> >> bootenv.py: >> >> 34-38 & 313,314 - >> >> These don't need to be separate steps, do they? I think it ought to be >> possible to assign BootEnvNull to BootEnv when you handle the >> ImportError exception. Have you tried this? >> > > ok I combined them >
wait that doesn't work since the import will skip any code after the failed import attempt. reverting :-) >> 68-70 - >> >> Do you still need to handle this exception? I was under the impression >> that since you'd use the Null BootEnv class, you won't hit this code if >> you fail to import be. >> > > right. I removed it. > > Tim > >> -j > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
