Fix tests

This commit is contained in:
Jason Paryani
2013-08-28 23:29:48 -07:00
parent 892e87b747
commit 397357110d
2 changed files with 0 additions and 6 deletions

View File

@@ -34,7 +34,6 @@ Example Usage::
print(phone.type, ':', phone.number)
"""
from .version import version as __version__
import capnp as _capnp
from .capnp import *
from .capnp import _DynamicStructReader, _DynamicStructBuilder, _DynamicResizableListBuilder, _DynamicListReader, _DynamicListBuilder, _DynamicOrphan
del capnp