fix nullapi

This commit is contained in:
Michael Davidsaver
2013-03-31 19:35:21 -04:00
parent a643dafdad
commit 2cc7c7ce26
2 changed files with 7 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ class _Record(object):
def asyncFinish(self, reason=None):
pass
def _Field(object):
class _Field(object):
"""Handle for field operations
f = Field("rec:name.HOPR")
@@ -84,3 +84,5 @@ def _Field(object):
def getarray(self):
"""Return a numpy ndarray refering to this field for in-place operations.
"""
_hooks = {}