Skip to content

Commit

Permalink
Merge pull request #177 from jurko-gospodnetic/code-cleanup
Browse files Browse the repository at this point in the history
fixed comment typo
  • Loading branch information
RonnyPfannschmidt committed Dec 9, 2017
2 parents 35b742d + 2e50b50 commit bb4d0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/_path/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def pyimport(self, modname=None, ensuresyspath=True):
mod = sys.modules[modname]
if self.basename == "__init__.py":
return mod # we don't check anything as we might
# we in a namespace package ... too icky to check
# be in a namespace package ... too icky to check
modfile = mod.__file__
if modfile[-4:] in ('.pyc', '.pyo'):
modfile = modfile[:-1]
Expand Down

0 comments on commit bb4d0d0

Please sign in to comment.