• 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
Guard.py 5.7 KB