Skip to content

Commit

Permalink
Update comment since we fixed the test failure. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 23, 2016
1 parent 1fb526f commit babdd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/autoinclude/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def distributionForPackage(package):
def distributionForDottedName(package_dottedname):
"""
This function is ugly and probably slow. It needs to be heavily
commented, it needs narrative doctests, and it needs some broad
explanation. It fails in some namespace cases (see utils.txt).
commented, it needs narrative doctests, it needs some broad
explanation, and it is arbitrary in some namespace cases.
Then it needs to be profiled.
"""
valid_dists_for_package = []
Expand Down

0 comments on commit babdd13

Please sign in to comment.