• Tres Seaver's avatar
    Cleaned up / normalized imports: · edf55c6b
    Tres Seaver authored
    o Don't import from Globals;  instead, use real locations.
    
    o Make other imports use the actual source module, rather than an
      intermediate (e.g., prefer importing 'ClassSecurityInfo' from
      'AccessControl.SecurityInfo' rather than from 'AccessControl').
    
    o Avoid relative imports, which will break in later versions of Python.
    edf55c6b
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.txt 4.03 KB