Commit a39d1334 authored by carlosperate's avatar carlosperate

Add Chromium Embedded Framework application.

This will be used to create a fully packaged version of Ardublockly that runs as a stand-alone desktop app, only requiring the Arduino IDE.
parent 2495baf2
......@@ -61,9 +61,6 @@ coverage.xml
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
......@@ -79,5 +76,13 @@ ServerCompilerSettings.ini
# Anything starting with this is created as a unit/module testing temporal file
TestTemp_*
# CEF log files
cef_error.log
cef_debug.log
# Miscellaneous files that should not get revisioned
/ignore
# Packaged python build folders
/win
/webcache
......@@ -74,7 +74,7 @@ def main(argv):
"""
Initialises the Settings singleton and starts the HTTP Server
"""
print('Running Python version ' + platform.python_version())
print('Running Python version %s' % platform.python_version())
# Checking command line arguments
if len(argv) > 0:
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment