##// END OF EJS Templates
fix depracated PLATFORM_WIN var
marcink -
r3807:e9b4664c beta
parent child Browse files
Show More
@@ -30,7 +30,7 b" callback = lambda V: ('.'.join(map(str, "
30 30 # defines current platform
31 31 __platform__ = platform.system()
32 32
33 is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata)
33 is_windows = __platform__ in ('Windows')
34 34
35 35 requirements = [
36 36 "waitress==0.8.2",
General Comments 0
You need to be logged in to leave comments. Login now