#1163: model.py_tmpl doesn't import assign_mapper (for SQLAlchemy projects)
------------------------+---------------------------------------------------
 Reporter:  plewis      |        Owner:  anonymous
     Type:  defect      |       Status:  reopened 
 Priority:  normal      |    Milestone:  1.0b2    
Component:  TurboGears  |      Version:  1.0b1    
 Severity:  normal      |   Resolution:           
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by roger.demetrescu):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 The import line was included inside the block:

 {{{
 #if $sqlalchemy != "True"
 }}}

 which means that it is included when SQLObject is used... !

 Should'n it be place below the line:

 {{{
 from sqlalchemy import *
 }}}


 []s
 Roger

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1163>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to