Changeset 975
- Timestamp:
 - Oct 21, 2011, 8:44:32 PM (14 years ago)
 - Location:
 - dassmodus/trunk/dassmodus/dassmodus/dassmodus
 - Files:
 - 
      
- 1 deleted
 - 1 edited
 
- 
          
  newdatacenterwizard.py (deleted)
 - 
          
  ui/newdatacenterwizard.py (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
dassmodus/trunk/dassmodus/dassmodus/dassmodus/ui/newdatacenterwizard.py
r960 r975 92 92 self.newDCinfo[name][2] = unicode(self.field(name).toString()) 93 93 94 dc = bacresources.DataCenter(os.path.normpath( self.TEMPLATES_PATH + '/ BEE404psql.dmdz')) # use this template94 dc = bacresources.DataCenter(os.path.normpath( self.TEMPLATES_PATH + '/503_psql.dmdz')) # use this template 95 95 96 96 dcname = self.newDCinfo['dcname'][2] … … 258 258 wizard = newdatacenterwizard() 259 259 if wizard.exec_(): 260 dc = bacresources.DataCenter('templates/ BEE404psql.dmdz') # use this template260 dc = bacresources.DataCenter('templates/503_psql.dmdz') # use this template 261 261 262 262 dcname = wizard.newDCinfo['dcname'][2]  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  