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
1 changed files with 1 additions and 0 deletions

View File

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