Add shebang to generator/main.py to use python2

Fixes #3
This commit is contained in:
Kai Ninomiya 2017-04-26 14:56:40 -07:00 committed by Corentin Wallez
parent 5473d719f7
commit faa5894500

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright 2017 The NXT Authors # Copyright 2017 The NXT Authors
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");