diff --git a/ucoinpy/__init__.py b/ucoinpy/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..0eb79a469b6c7977fe9734e20b2a5163b63f9472 --- /dev/null +++ b/ucoinpy/__init__.py @@ -0,0 +1,17 @@ +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Authors: +# Caner Candan <caner@candan.fr>, http://caner.candan.fr +# diff --git a/__init__.py b/ucoinpy/bma/__init__.py similarity index 99% rename from __init__.py rename to ucoinpy/bma/__init__.py index 0c335513c00da32a918dba94dd28dac3abc874a6..fbd95eaa0c535c5778860f71d60c595cec28deca 100644 --- a/__init__.py +++ b/ucoinpy/bma/__init__.py @@ -16,6 +16,7 @@ # Caner Candan <caner@candan.fr>, http://caner.candan.fr # + __all__ = ['api'] __author__ = 'Caner Candan' diff --git a/blockchain/__init__.py b/ucoinpy/bma/blockchain/__init__.py similarity index 100% rename from blockchain/__init__.py rename to ucoinpy/bma/blockchain/__init__.py diff --git a/network/__init__.py b/ucoinpy/bma/network/__init__.py similarity index 100% rename from network/__init__.py rename to ucoinpy/bma/network/__init__.py diff --git a/network/peering/__init__.py b/ucoinpy/bma/network/peering/__init__.py similarity index 100% rename from network/peering/__init__.py rename to ucoinpy/bma/network/peering/__init__.py diff --git a/tx/__init__.py b/ucoinpy/bma/tx/__init__.py similarity index 100% rename from tx/__init__.py rename to ucoinpy/bma/tx/__init__.py diff --git a/wot/__init__.py b/ucoinpy/bma/wot/__init__.py similarity index 100% rename from wot/__init__.py rename to ucoinpy/bma/wot/__init__.py