Skip to content

Commit

Permalink
add method [isjunction] to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
lck committed Apr 20, 2012
1 parent 95625eb commit 4614669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntfsutils/junction.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Python module to create, delete and get the target of junctions on
# Windows.

__all__ = ["create", "readlink", "unlink"]
__all__ = ["create", "readlink", "unlink", "isjunction"]

import os
import fs
Expand Down

0 comments on commit 4614669

Please sign in to comment.