Bug 848448 - add Actions from marionette into package and up the version number, r=mdas

This commit is contained in:
Yiming Yang 2013-03-06 14:41:21 -08:00
Родитель b51b3c2288
Коммит fd3ca84ce7
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2,7 +2,7 @@
# 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 import Marionette, HTMLElement
from marionette import Marionette, HTMLElement, Actions
from marionette_test import MarionetteTestCase, CommonTestCase
from marionette_touch import MarionetteTouchMixin
from emulator import Emulator

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

@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
version = '0.5.19'
version = '0.5.20'
# get documentation from the README
try: