Open GoogleCodeExporter opened 9 years ago
Apologies:
the above cp command should have been the following:
svn mv multi-mechanize.py multimechanize.py
Original comment by welshwon...@gmail.com
on 27 Sep 2011 at 10:24
In integrating this patch back into our code we noticed that to make it easier
to import and run the code we can make the following changes to the global
variables we introduced in the previous patch (see attached patch).
Original comment by welshwon...@gmail.com
on 27 Sep 2011 at 2:45
Attachments:
We had an issue when we tried to import the code after we changed the module
name from multi-mechanize to multimechanize.py this was because we accidentally
chose the same name as the package multimechanise. Therefore the mv command
above should be done slightly differently. e.g.
mv multi-mechanize.py mutlimechanizer.py
(or whatever you want to call the module)
Original comment by welshwon...@gmail.com
on 27 Sep 2011 at 2:49
Original issue reported on code.google.com by
welshwon...@gmail.com
on 27 Sep 2011 at 9:53Attachments: