On Thursday 22 January 2009 9:29 am, Derek Tattersall wrote: > I had to make a couple small changes to the python script "cfnn", but > otherwise your system works like a champ. Thanks very much. Here's > the diff I used.
thank *you*! > [...@oriental 617 ~]$ diff /tmp/cfnn py/cfnn > 1c1 > < #!/usr/bin/python > --- > > #!/usr/bin/env python > 4c4 > < collections_soup = BeautifulSoup() > --- > > #collections_soup = BeautifulSoup() > 6,7c6,7 > < page = httplib2.Http(cache="/home/scott/.netrwcache").request > (url,"GET") > < collections_soup.feed(page[1]) > --- > > page = httplib2.Http(cache="/home/dlt/.netrwcache").request(url,"GET") > > collections_soup = BeautifulSoup(page[1]) > 11c11,12 > < break > --- > > break > > > [Exit 1 ] > > Derek Tattersall (dtatt...@gmail.com) ah yes -- the cache -- sorry about that -- i found the cache wasn't being used anyway and have removed it completely from mine sc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---