| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | from __future__ import division, print_function, unicode_literals |
| 2 | + | |
| 3 | import os | |
| 4 | ||
| 5 | Import('env') | |
| # | Line 65 | Line 67 | if env.has_key('OGL'): | |
| 67 | Default(librgl) | |
| 68 | ||
| 69 | # vim: set syntax=python: | |
| 70 | + | # vi: set ts=4 sw=4 : |
| 71 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |