Skip to content

Commit

Permalink
slight fix for @obmarg's patch. closes #39, #38
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba committed Oct 19, 2012
1 parent 806b806 commit 304becf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plumbum/local_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class LocalPath(Path):
"""The class implementing local-machine paths"""

__slots__ = ["_path"]
CASE_SENSITIVE = not IS_WIN32

def __init__(self, path):
if isinstance(path, RemotePath):
Expand Down

0 comments on commit 304becf

Please sign in to comment.