Open richleland opened 12 years ago
This logic isn't needed as you can achieve the same thing easily with pip:
pip install -e .
This allows you to edit and run the cloned copy of multi-mechanize.
Also, the import itself isn't needed at all because it's never used in the code that follows.
Hi, I'm consolidating some of the pull requests. this request doesn't merge cleanly into cgoldberg/master. could you please rebase and send the pull request again?
This logic isn't needed as you can achieve the same thing easily with pip:
pip install -e .
This allows you to edit and run the cloned copy of multi-mechanize.
Also, the import itself isn't needed at all because it's never used in the code that follows.