Fix typo.
This commit is contained in:
parent
939648c04f
commit
bd6ff36b2f
|
@ -18,4 +18,4 @@ if PY2:
|
||||||
|
|
||||||
|
|
||||||
# The API importers expect:
|
# The API importers expect:
|
||||||
from pyutil.asserutil import _assert, precondition, postcondition
|
from pyutil.assertutil import _assert, precondition, postcondition
|
||||||
|
|
Loading…
Reference in New Issue