| # | Line 3 | Line 3 | import os | |
|---|---|---|
| 3 | from SCons.SConf import SConf # aka Configure | |
| 4 | ||
| 5 | def find_radlib(env): | |
| 6 | < | v = env.FindFile('Verdana.fnt', './lib') |
| 6 | > | v = env.FindFile('helvet.fnt', './lib') |
| 7 | if not v: | |
| 8 | print ''' | |
| 9 | Radiance auxiliary support files not found. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |