this file had dos line endings and was causing errors with MSVC express according to artificer.

all the other py files were unix so this is the odd one out.
This commit is contained in:
Campbell Barton 2006-07-05 21:51:03 +00:00
parent 1c9a7a032b
commit 6f051c4dee

@ -350,4 +350,4 @@ def generate(env):
def exists(env):
return env.Detect('cl')
return env.Detect('cl')