033ae28dda407a515dbed7f1f5c0da1cf0dc23ce
3 Copyright (C) Dean Camera, 2013.
5 dean [at] fourwalledcubicle [dot] com
11 sys
.path
.append("ProjectGenerator")
14 from asf_avrstudio5_interface
import PythonFacade
16 print "The ASF project generator is missing."
18 p
= PythonFacade(os
.path
.abspath(__file__
))
19 p
.check_extension_database_sanity(sys
.argv
[1])
20 p
.generate_extension_cache_files(sys
.argv
[1])