Skip to content

Commit

Permalink
add a hook our heisted tests can use
Browse files Browse the repository at this point in the history
  • Loading branch information
Whit Morriss committed Aug 3, 2011
1 parent 451a50a commit f0f7d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions strap/resolver.py
Expand Up @@ -176,6 +176,8 @@ def package_name(pkg_or_module):
return pkg_name
return pkg_name.rsplit('.', 1)[0]

_dotted_name_resolver = DottedNameResolver

# so after all that, use the pyramid copy if available
# else, use ours here
try:
Expand Down

0 comments on commit f0f7d4a

Please sign in to comment.