Turns out that for the sqlite backend there's no custom validation module, so this file can be safely removed.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- frontend/db/backends/afe_sqlite/validation.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) delete mode 100644 frontend/db/backends/afe_sqlite/validation.py diff --git a/frontend/db/backends/afe_sqlite/validation.py b/frontend/db/backends/afe_sqlite/validation.py deleted file mode 100644 index 616d7d8..0000000 --- a/frontend/db/backends/afe_sqlite/validation.py +++ /dev/null @@ -1 +0,0 @@ -from django.db.backends.sqlite3.validation import * -- 1.7.6 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
