and800 / migrations

[abandoned] Yet another Python migration tool
MIT License
2 stars 3 forks source link

Option to not modify sys.path #9

Open and800 opened 7 years ago

and800 commented 7 years ago

The library intrudes into sys.path shamelessly, therefore it may cause some problems when ran programmatically. We need an option to disable such a behavior.

Path modifying feature was introduced to interact easily with the application without need to install that application as a Python package.

and800 commented 7 years ago

Must be disabled by default