- Timestamp:
- Jul 28, 2008, 7:45:40 AM (16 years ago)
- Location:
- trunk/packages/sipb-xen-base
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-base/debian/changelog
r737 r766 1 sipb-xen-base (8.7) unstable; urgency=low 2 3 * back to 2.4 compatibility 4 5 -- Greg Price <price@mit.edu> Mon, 28 Jul 2008 07:44:27 -0400 6 1 7 sipb-xen-base (8.6) unstable; urgency=low 2 8 -
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.