[SQL-CVS] [ sqlobject-Patches-3385538 ] Fix for 3293195
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: SourceForge.net <no...@so...> - 2011-08-04 14:02:10
|
Patches item #3385538, was opened at 2011-08-03 15:35 Message generated for change (Comment added) made by phd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=540674&aid=3385538&group_id=74338 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: RuneH (runefh) >Assigned to: Oleg Broytman (phd) Summary: Fix for 3293195 Initial Comment: 3293195 fails because setup.py tries to import sqlobject before its dependencies are met. The patch stops setup.py from importing sqlobject, instead imports only the __version__ module via imp.load_source. ---------------------------------------------------------------------- >Comment By: Oleg Broytman (phd) Date: 2011-08-04 18:02 Message: Applied and committed in the revision 4434 in the trunk. Will be in the next release (1.2). Thank you! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=540674&aid=3385538&group_id=74338 |