Moving again
[nil.git] / nil / environment.py
blob03f65895d05af94ae2df8054d2e4de300e465045
1 import sys
3 def is_windows():
4 return sys.platform == 'win32'