Show
Ignore:
Timestamp:
05/24/2004 05:44:27 PM (5 years ago)
Author:
paul
Message:

Rename properties dApp and dForm to Application and Form, respectively.
Move the definition of Form out of dObject and into dPemMixin, as
dObject was too low a location (outside of UI).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dSecurityManager.py

    r291 r295  
    3232            else: 
    3333                message = _("Please enter your login information.") 
    34             user, password = self.dApp.uiApp.getLoginInfo(message) 
     34            user, password = self.Application.uiApp.getLoginInfo(message) 
    3535 
    3636            if user is None: