Skip to content

Commit

Permalink
Update clp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Dec 19, 2023
1 parent a9df0cf commit 4d827e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/clp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _clp(args, stdin, stdout):
elif _shutil.which('CLIP.EXE'): # WINDOWS
aliases['clp'] = 'CLIP.EXE'
else:
from xonsh.platform import ON_LINUX, ON_DARWIN #, ON_WSL, ON_CYGWIN, ON_MSYS, ON_POSIX, ON_FREEBSD, ON_DRAGONFLY, ON_NETBSD, ON_OPENBSD
from xonsh.platform import ON_LINUX, ON_DARWIN, ON_WINDOWS #, ON_WSL, ON_CYGWIN, ON_MSYS, ON_POSIX, ON_FREEBSD, ON_DRAGONFLY, ON_NETBSD, ON_OPENBSD
if ON_LINUX:
print('xontrib-clp: install xclip')
elif ON_DARWIN:
Expand Down

0 comments on commit 4d827e3

Please sign in to comment.