forked from mirrors/gecko-dev
MozReview-Commit-ID: 8wbMexaAKgj --HG-- extra : rebase_source : dce36ada2f75abe9a0467aa74d5ddef80ce67529
8 lines
234 B
Python
8 lines
234 B
Python
# -*- coding=utf-8 -*-
|
|
# Copyied from pip's vendoring process
|
|
# see https://github.com/pypa/pip/blob/95bcf8c5f6394298035a7332c441868f3b0169f4/tasks/__init__.py
|
|
import invoke
|
|
|
|
from . import vendoring
|
|
|
|
ns = invoke.Collection(vendoring)
|