shebang should be specific to python version (PEP394)

preferred form is #!/usr/bin/env python3 as gnucash now only works with
python3
This commit is contained in:
c-holtermann
2019-04-04 14:50:05 +02:00
parent e7d940ac3f
commit b06801185c
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
## @file
# @brief Creates a basic set of accounts and a couple of transactions
# @ingroup python_bindings_examples