httpie-cli/httpie/compat.py

5 lines
63 B
Python
Raw Normal View History

2015-02-24 07:39:26 +01:00
import sys
is_windows = 'win32' in str(sys.platform).lower()