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)
commit6d5ab6d7121d6e249c23cab0257c7c9d8d247e70
tree59cb13a0655dacf8cf2cb44fc645ebe57875f242
parent45860f93b7e1c505359917f1ed90562a0b0d31ff
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