Backed out changeset d1847f46d293 (bug 1107336)

This commit is contained in:
Carsten "Tomcat" Book 2015-01-21 16:12:28 +01:00
Родитель 6ac5c09770
Коммит a6cfd84dc6
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,10 +3,10 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
from marionette_driver.by import By
from marionette_driver.marionette import Actions
from marionette_driver.selection import SelectionManager
from by import By
from marionette import Actions
from marionette_test import MarionetteTestCase
from selection import SelectionManager
class TouchCaretTest(MarionetteTestCase):