Remove a redundant method declaration that I foolishly added in a recent change.
Signed-off-by: Steve Howard <[email protected]> --- autotest/frontend/afe/model_logic.py 2009-12-18 02:19:49.000000000 -0800 +++ autotest/frontend/afe/model_logic.py 2009-12-21 16:20:50.000000000 -0800 @@ -9,8 +9,6 @@ from django.utils import datastructures from autotest_lib.frontend.afe import readonly_connection -_quote_name = connection.ops.quote_name - class ValidationError(Exception): """\ Data validation error in adding or updating an object. The associated _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
