Re: [SQLObject] Which version am I using?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Simon C. <hod...@gm...> - 2009-08-21 09:00:53
|
On Fri, Aug 21, 2009 at 10:35 AM, Aaron Robinson<aar...@mo...> wrote: > Thanks for the idea,.. sadly this version doesn't define __doc__ either :-( I think that puts you at version <= 0.6 since all branches after that have the docstring [1, 2]. If your package is called "SQLObject" and not "sqlobject" then you're at version <= 0.5 [3]. [1] http://svn.colorstudy.com/SQLObject/branches/0.6/sqlobject/__init__.py [2] http://svn.colorstudy.com/SQLObject/branches/0.7/sqlobject/__init__.py [3] http://svn.colorstudy.com/SQLObject/branches/0.5/ Schiavo Simon |