Skip to content

Commit

Permalink
Merge pull request ooici#24 from ooici-dm/change_deconstructor_to_str…
Browse files Browse the repository at this point in the history
…eam_parser

Change deconstructor to stream parser
  • Loading branch information
dstuebe committed Feb 28, 2012
2 parents 51e99df + 19ba4bf commit 109aadc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'''
@package prototype.hdf.deconstructor_apis
@file prototype/hdf/deconstructor_apis.py
@package prototype.hdf.stream_parser
@file prototype/hdf/stream_parser.py
@author Tim Giguere
@author David Stuebe
@brief This deconstructor class is only used when re-building the internal science object model from an external form.
@brief This stream_parser class is only used when re-building the internal science object model from an external form.
These are helper classes that contain implicit knowledge of what the user intends to do so that it is not repeated or
implemented adhoc by the user.
'''
Expand All @@ -14,7 +14,7 @@

from pyon.util.log import log

class PointSupplementDeconstructor(object):
class PointSupplementStreamParser(object):

def __init__(self, stream_definition=None, stream_granule=None):
"""
Expand Down

0 comments on commit 109aadc

Please sign in to comment.