From f228b7ff3f819153a84b2ed88271b78fc8ae9ed4 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Thu, 12 Dec 2013 10:26:37 -0500 Subject: [PATCH] Bug 949401 - Marionette python client is missing resources from latest marionette_client 0.7.0, r=mdas --- testing/marionette/client/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/marionette/client/MANIFEST.in b/testing/marionette/client/MANIFEST.in index 091d4d73a649..9e70dc42a2f6 100644 --- a/testing/marionette/client/MANIFEST.in +++ b/testing/marionette/client/MANIFEST.in @@ -1,2 +1,3 @@ recursive-include marionette/touch *.js +recursive-include marionette/runner/mixins/resources * exclude MANIFEST.in