Author: reinhard Date: 2005-04-20 06:00:49 -0500 (Wed, 20 Apr 2005) New Revision: 7433
Modified: trunk/gnue-common/src/datasources/drivers/Base/Schema/Creation/Creation.py Log: Try to satisfy epydoc. Modified: trunk/gnue-common/src/datasources/drivers/Base/Schema/Creation/Creation.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/Base/Schema/Creation/Creation.py 2005-04-20 09:01:03 UTC (rev 7432) +++ trunk/gnue-common/src/datasources/drivers/Base/Schema/Creation/Creation.py 2005-04-20 11:00:49 UTC (rev 7433) @@ -28,7 +28,7 @@ # Exceptions # ============================================================================= -class Error (gException): +class Error (errors.gException): pass class NoCreationError (Error): _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
