Use absolute imports in package init module
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 6 Mar 2012 07:02:59 +0000 (07:02 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 6 Mar 2012 07:02:59 +0000 (07:02 +0000)
commit67cf32a81b35413d615dbb563369d40fa754290b
tree333274a98cbea406222fae7cfce14aad032cbda2
parent3c879d884195aa12d4878e6e06d86e493bbf246c
Use absolute imports in package init module

* lib/mudpy/__init__.py: Absolute imports are more readable and easier
to debug, so use them.
lib/mudpy/__init__.py