[Twisted-Python] adding reactor as argument to getPage()?

2016-07-30 Thread steven meier
hi, after my last question which was answered with: ...the reactor should be passed in by the user... i ran into getPage(), the file: ./lib/python2.7/site-packages/twisted/web/client.py which contains getPage() imports the reactor at the top. it can be easily changed to add a argument to getPag

Re: [Twisted-Python] adding reactor as argument to getPage()?

2016-07-30 Thread Glyph Lefkowitz
> On Jul 30, 2016, at 5:03 AM, steven meier wrote: > > hi, > > > after my last question which was answered with: > ...the reactor should be passed in by the user... > > i ran into getPage(), the > file: ./lib/python2.7/site-packages/twisted/web/client.py > which contains getPage() imports the