minor bug/testing fixes for #122

This commit is contained in:
David Halter
2013-08-14 00:26:06 +04:30
parent f5f1fcb8c3
commit 34f05cdad5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
foo = 'ns1!'
# this is a namespace package
try
try:
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError: