Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lck committed Apr 20, 2012
1 parent 2b22797 commit 54ac511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collective/recipe/omelette/utils.py
Expand Up @@ -7,8 +7,8 @@
if WIN32:
import jaraco.windows

symlink = jaraco.windows.fylesystem.symlink
islink = jaraco.windows.fylesystem.islink
symlink = jaraco.windows.filesystem.symlink
islink = jaraco.windows.filesystem.islink
unlink = os.rmdir

def rmtree(location, nonlinks=True):
Expand Down

0 comments on commit 54ac511

Please sign in to comment.