]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: don't catch ImportError when importing _auto_deps in allmydata/__init__.py
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Apr 2008 20:22:04 +0000 (13:22 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Apr 2008 20:22:04 +0000 (13:22 -0700)
commitfc271a0ee9b31a8dfcf0207e7f4ebfa7ef99f2cd
tree77555809d2d1887dd31ba452e5770dd4cc4a892e
parent88951548ee1077603dd5659d0435ed6dbcfc8854
setup: don't catch ImportError when importing _auto_deps in allmydata/__init__.py
Nowadays pkg_resources is a runtime requirement, and if there is something screwed up in the installation, we want an explicit ImportError exception as early as possible.
src/allmydata/__init__.py