Re: [Matplotlib-users] small question: svn mpl.__revision__

2007-04-27 Thread Matthias Michler
Hello Andrew, On Friday 27 April 2007 18:33, Andrew Straw wrote: > It hasn't changed since rev 3131: > > $ svn info __init__.py | grep 'Rev' > Revision: 3257 > Last Changed Rev: 3131 Thanks for you advice. I asked because I thought that this __revision__ is the matplotlib.__revison__ that I get

Re: [Matplotlib-users] small question: svn mpl.__revision__

2007-04-27 Thread Andrew Straw
It hasn't changed since rev 3131: $ svn info __init__.py | grep 'Rev' Revision: 3257 Last Changed Rev: 3131 Matthias Michler wrote: > Hi devolopers, > > one small remark about the mpl svn. I recognized, that in the > file ./lib/matplotlib/__init__.py the actual revision is: > __revision__ = '$R

[Matplotlib-users] small question: svn mpl.__revision__

2007-04-27 Thread Matthias Michler
Hi devolopers, one small remark about the mpl svn. I recognized, that in the file ./lib/matplotlib/__init__.py the actual revision is: __revision__ = '$Revision: 3131 $' and the svn info tells "Revision: 3257". best regards, Matthias -