Show
Ignore:
Timestamp:
10/22/04 06:47:47 (4 years ago)
Author:
arjanmol
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gaphor/utils/compare.py

    r219 r424  
    8585        factory = gaphor.UML.ElementFactory() 
    8686        try: 
    87             gaphor.storage._load(elements, factory) 
     87            gaphor.storage.load_elements(elements, factory) 
    8888        except Exception, e: 
    8989            self.out('! File %s could not be loaded completely.' % filename) 
    9090            self.out('! Trying to diff on parsed elements only.') 
     91            self.out(e) 
    9192        return elements, factory 
    9293