1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00
Files
httpie-cli/httpie/compat.py
2019-08-29 08:53:56 +02:00

5 lines
63 B
Python

import sys
is_windows = 'win32' in str(sys.platform).lower()