mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
--HG-- extra : commitid : AjJH6cEqLlp extra : rebase_source : 6a5befe8804e0297fd18af57643ac0061c570c5a
3 lines
76 B
Python
3 lines
76 B
Python
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__)
|