mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
##@file
|
##@file
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
##@file
|
##@file
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# new_book_with_opening_balances.py -- Replicate the account structure of a
|
# new_book_with_opening_balances.py -- Replicate the account structure of a
|
||||||
# book and apply basis opening balances from the original
|
# book and apply basis opening balances from the original
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# Test file for price database stuff
|
# Test file for price database stuff
|
||||||
# To update the price database call
|
# To update the price database call
|
||||||
# $PATH/gnucash --add-price-quotes $PATHTOFILE
|
# $PATH/gnucash --add-price-quotes $PATHTOFILE
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# Another test file for price database stuff
|
# Another test file for price database stuff
|
||||||
# To update the price database call
|
# To update the price database call
|
||||||
# $PATH/gnucash --add-price-quotes $PATHTOFILE
|
# $PATH/gnucash --add-price-quotes $PATHTOFILE
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# quotes_historic.py -- Example Script to read historic quote data into gnucash
|
# quotes_historic.py -- Example Script to read historic quote data into gnucash
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
## @file
|
## @file
|
||||||
# @brief Simple example for a book
|
# @brief Simple example for a book
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# simple_business_create.py -- Set up a set of books for business feature use
|
# simple_business_create.py -- Set up a set of books for business feature use
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# simple_invoice_insert.py -- Add an invoice to a set of books
|
# simple_invoice_insert.py -- Add an invoice to a set of books
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
## @file
|
## @file
|
||||||
# @brief Example Script simple session
|
# @brief Example Script simple session
|
||||||
# @ingroup python_bindings_examples
|
# @ingroup python_bindings_examples
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
## @file
|
## @file
|
||||||
# @brief Example Script simple sqlite create
|
# @brief Example Script simple sqlite create
|
||||||
# @ingroup python_bindings_examples
|
# @ingroup python_bindings_examples
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
## @file
|
## @file
|
||||||
# @brief Creates a basic set of accounts and a couple of transactions
|
# @brief Creates a basic set of accounts and a couple of transactions
|
||||||
# @ingroup python_bindings_examples
|
# @ingroup python_bindings_examples
|
||||||
|
|||||||
Reference in New Issue
Block a user