Don't specify curve or data block types. See doc/standards.txt.
[hooke.git] / hooke / driver / __init__.py
index bc38a24515b78f08dd158a934095ada0927971b7..8704f5d58cfa072bf77938f1590144bc06d18307 100644 (file)
@@ -89,9 +89,7 @@ class Driver (object):
         The input `info` :class:`dict` may contain attributes read
         from the :class:`~hooke.playlist.FilePlaylist`.
 
-        The `info` :class:`dict` must contain values for the keys:
-        'filetype' and 'experiment'.  See :class:`hooke.curve.Curve`
-        for details.
+        See :class:`hooke.curve.Curve` for details.
         """
         raise NotImplementedError