Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Merge eca0694 into ea794ab
Browse files Browse the repository at this point in the history
  • Loading branch information
iddoberger committed Apr 12, 2018
2 parents ea794ab + eca0694 commit b0f9667
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 29 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# neo-boa documentation build configuration file, created by
# sphinx-quickstart on Tue Oct 17 18:58:03 2017.
Expand Down
1 change: 0 additions & 1 deletion neo/Core/AssetType.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Asset Type in neo
Expand Down
2 changes: 0 additions & 2 deletions neo/Core/CoinReference.py
@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-

import sys


Expand Down
2 changes: 0 additions & 2 deletions neo/Core/Header.py
@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-

from neo.Core.BlockBase import BlockBase
from neocore.IO.BinaryReader import BinaryReader
from neo.IO.MemoryStream import StreamManager
Expand Down
2 changes: 0 additions & 2 deletions neo/Core/Mixins.py
@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-

from neocore.IO.Mixins import SerializableMixin


Expand Down
1 change: 0 additions & 1 deletion neo/Core/TX/IssueTransaction.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Issue Transaction
Expand Down
15 changes: 7 additions & 8 deletions neo/Core/TX/RegisterTransaction.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion neo/Core/TX/Transaction.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Transaction Basic Class
Expand Down
1 change: 0 additions & 1 deletion neo/Core/TX/TransactionAttribute.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Transaction Attribute
Expand Down
1 change: 0 additions & 1 deletion neo/IO/MemoryStream.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
MemoryStream
Expand Down
1 change: 0 additions & 1 deletion neo/Implementations/Blockchains/RPC/RpcBlockchain.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
RpcBlockchain Methods
Expand Down
1 change: 0 additions & 1 deletion neo/Network/InventoryType.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Inventory Type
Expand Down
1 change: 0 additions & 1 deletion neo/SmartContract/Contract.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Contract class in neo.Wallets
Expand Down
1 change: 0 additions & 1 deletion neo/SmartContract/ContractParameterType.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Contract Parameter Type in neo.Wallets
Expand Down
1 change: 0 additions & 1 deletion neo/VM/ScriptBuilder.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
ScriptBuilder in neo, to create scripts
Expand Down
1 change: 0 additions & 1 deletion neo/Wallets/Coin.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
define the data struct of coin
Expand Down
1 change: 0 additions & 1 deletion neo/Wallets/Wallet.py
@@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
"""
Description:
Wallet
Expand Down
2 changes: 0 additions & 2 deletions setup.py
@@ -1,6 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""The setup script."""

from setuptools import setup, find_packages
Expand Down

0 comments on commit b0f9667

Please sign in to comment.