That directory is supposed to be importable by the migration script 061_drone_sets_permissions_proper.py, however the __init__.py file is missing in the upstream tree (probably because patch doesn't like to add 0-sized files in the filesystem). Let's add it.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 frontend/migrations/__init__.py diff --git a/frontend/migrations/__init__.py b/frontend/migrations/__init__.py new file mode 100644 index 0000000..e69de29 -- 1.7.0.1 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
