virtualx-engine/modules/navigation/config.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
77 B
Python
Raw Normal View History

def can_build(env, platform):
return True
2017-02-28 13:10:29 +01:00
2017-02-28 13:10:29 +01:00
def configure(env):
pass