try:
from _version import __version__
except ImportError:
- # we're running in a tree that hasn't run darcsver.py, so we don't
- # know what our version is. This should not happen very often.
+ # We're running in a tree that hasn't run darcsver from the pyutil library,
+ # and didn't come with a _version.py, so we don't know what our version
+ # is. This should not happen very often.
pass
from _fec import Encoder, Decoder, Error