diff options
-rw-r--r-- | dotfiles/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/core.py b/dotfiles/core.py index 4da593b..dfa2278 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -19,6 +19,7 @@ __license__ = 'ISC' if hasattr(os, 'symlink'): symlink = os.symlink + islink = os.path.islink realpath = os.path.realpath else: # Windows symlinks -- ctypes version |