Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14617
Modified Files:
App.pm
Log Message:
cosmetic
Index: App.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/App.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** App.pm 9 Mar 2005 20:26:22 -0000 1.2
--- App.pm 13 Mar 2005 18:35:03 -0000 1.3
***************
*** 59,65 ****
}
! OpenInteract2::Util->find_factory_subclasses(
! 'OpenInteract2::App',
! );
1;
--- 59,63 ----
}
! OpenInteract2::Util->find_factory_subclasses( 'OpenInteract2::App' );
1;
|