mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-21 12:43:09 +01:00
Only insert development path into sys.path when running from a git checkout (when ../.git exists). This makes the script more robust by only using the development tree when available and falling back to installed package otherwise.