diff options
-rw-r--r-- | git/__init__.py | 2 | ||||
m--------- | git/ext/gitdb | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/git/__init__.py b/git/__init__.py index e98806d4..8f32d07b 100644 --- a/git/__init__.py +++ b/git/__init__.py @@ -18,7 +18,7 @@ __version__ = 'git' #{ Initialization def _init_externals(): """Initialize external projects by putting them into the path""" - if __version__ == 'git': + if __version__ == 'git' and 'PYOXIDIZER' not in os.environ: sys.path.insert(0, osp.join(osp.dirname(__file__), 'ext', 'gitdb')) try: diff --git a/git/ext/gitdb b/git/ext/gitdb -Subproject 253dfe7092f83229d9e99059e7c51f678a557fd +Subproject 919695d4e4101237a8d2c4fb65807a42b7ff63d |