Bug 1256529 - Remove unused manifest from puppeteer package. r=maja_zf

MozReview-Commit-ID: 4F1OYoPGmIr

--HG--
extra : rebase_source : 58cb281fe19393fed61063adc8f93c7e8c6f8adc
This commit is contained in:
Fernanda Dias 2016-03-15 03:38:57 -03:00
Родитель 1427aba92b
Коммит 60b77d7b75
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -11,9 +11,6 @@ from decorators import use_class_as_property
__version__ = '3.2.0'
root = os.path.abspath(os.path.dirname(__file__))
manifest = os.path.join(root, 'tests', 'manifest.ini')
class Puppeteer(object):
"""The puppeteer class is used to expose libraries to test cases.