Changeset 641
- Timestamp:
- 09/24/08 08:51:56 (2 months ago)
- Files:
-
- trunk/vo/vo/tree.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/vo/vo/tree.py
r637 r641 1408 1408 fields = self.fields 1409 1409 1410 # TODO: Find a way to stream the binary rather than loading/decoding 1411 # the whole thing at once. 1412 1410 1413 have_local_stream = False 1411 1414 for event, tag, data in iterator:
