- Timestamp:
 - Jul 28, 2008, 7:45:40 AM (17 years ago)
 - Location:
 - trunk/packages/sipb-xen-base/files/usr/share/python-support/sipb-xen-base
 - Files:
 - 
          
- 1 deleted
 - 1 edited
 
- 
          .version (deleted)
 - 
          invirt/config.py (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/packages/sipb-xen-base/files/usr/share/python-support/sipb-xen-base/invirt/config.py
r733 r766 1 from __future__ import with_statement2 1 import yaml 3 2 … … 8 7 9 8 def load( path = default_path ): 10 with file( path ) as f: 11 return yaml.load( f, default_loader ) 9 return yaml.load( file(path), default_loader ) 12 10 13 11 # vim:et:sw=4:ts=4  
Note: See TracChangeset
          for help on using the changeset viewer.
      