diff options
Diffstat (limited to 'third_party/python/taskcluster/taskcluster/github.py')
-rw-r--r-- | third_party/python/taskcluster/taskcluster/github.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/python/taskcluster/taskcluster/github.py b/third_party/python/taskcluster/taskcluster/github.py new file mode 100644 index 0000000000..2d47274ee4 --- /dev/null +++ b/third_party/python/taskcluster/taskcluster/github.py @@ -0,0 +1,2 @@ +# stub to support existing import paths +from .generated.github import * # NOQA |