From 0ef47820bd6d2e721b6dc6786efbeb4ede24645d Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Fri, 16 May 2014 09:41:26 +0200 Subject: [PATCH] Ucoinpy is now ucoincli --- {ucoinpy => ucoincli}/__init__.py | 0 {ucoinpy => ucoincli}/hdc/__init__.py | 0 {ucoinpy => ucoincli}/hdc/amendments/__init__.py | 0 {ucoinpy => ucoincli}/hdc/amendments/view.py | 0 {ucoinpy => ucoincli}/hdc/coins/__init__.py | 0 {ucoinpy => ucoincli}/hdc/coins/view.py | 0 {ucoinpy => ucoincli}/hdc/transactions/__init__.py | 0 {ucoinpy => ucoincli}/hdc/transactions/sender/__init__.py | 0 {ucoinpy => ucoincli}/network/__init__.py | 0 {ucoinpy => ucoincli}/network/peering/__init__.py | 0 {ucoinpy => ucoincli}/network/peering/peers.py | 0 {ucoinpy => ucoincli}/pks/__init__.py | 0 {ucoinpy => ucoincli}/registry/__init__.py | 0 {ucoinpy => ucoincli}/registry/amendment/__init__.py | 0 {ucoinpy => ucoincli}/registry/community/__init__.py | 0 {ucoinpy => ucoincli}/registry/community/members.py | 0 {ucoinpy => ucoincli}/registry/community/voters.py | 0 {ucoinpy => ucoincli}/wrappers/__init__.py | 0 {ucoinpy => ucoincli}/wrappers/coins.py | 0 {ucoinpy => ucoincli}/wrappers/transactions.py | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {ucoinpy => ucoincli}/__init__.py (100%) rename {ucoinpy => ucoincli}/hdc/__init__.py (100%) rename {ucoinpy => ucoincli}/hdc/amendments/__init__.py (100%) rename {ucoinpy => ucoincli}/hdc/amendments/view.py (100%) rename {ucoinpy => ucoincli}/hdc/coins/__init__.py (100%) rename {ucoinpy => ucoincli}/hdc/coins/view.py (100%) rename {ucoinpy => ucoincli}/hdc/transactions/__init__.py (100%) rename {ucoinpy => ucoincli}/hdc/transactions/sender/__init__.py (100%) rename {ucoinpy => ucoincli}/network/__init__.py (100%) rename {ucoinpy => ucoincli}/network/peering/__init__.py (100%) rename {ucoinpy => ucoincli}/network/peering/peers.py (100%) rename {ucoinpy => ucoincli}/pks/__init__.py (100%) rename {ucoinpy => ucoincli}/registry/__init__.py (100%) rename {ucoinpy => ucoincli}/registry/amendment/__init__.py (100%) rename {ucoinpy => ucoincli}/registry/community/__init__.py (100%) rename {ucoinpy => ucoincli}/registry/community/members.py (100%) rename {ucoinpy => ucoincli}/registry/community/voters.py (100%) rename {ucoinpy => ucoincli}/wrappers/__init__.py (100%) rename {ucoinpy => ucoincli}/wrappers/coins.py (100%) rename {ucoinpy => ucoincli}/wrappers/transactions.py (100%) diff --git a/ucoinpy/__init__.py b/ucoincli/__init__.py similarity index 100% rename from ucoinpy/__init__.py rename to ucoincli/__init__.py diff --git a/ucoinpy/hdc/__init__.py b/ucoincli/hdc/__init__.py similarity index 100% rename from ucoinpy/hdc/__init__.py rename to ucoincli/hdc/__init__.py diff --git a/ucoinpy/hdc/amendments/__init__.py b/ucoincli/hdc/amendments/__init__.py similarity index 100% rename from ucoinpy/hdc/amendments/__init__.py rename to ucoincli/hdc/amendments/__init__.py diff --git a/ucoinpy/hdc/amendments/view.py b/ucoincli/hdc/amendments/view.py similarity index 100% rename from ucoinpy/hdc/amendments/view.py rename to ucoincli/hdc/amendments/view.py diff --git a/ucoinpy/hdc/coins/__init__.py b/ucoincli/hdc/coins/__init__.py similarity index 100% rename from ucoinpy/hdc/coins/__init__.py rename to ucoincli/hdc/coins/__init__.py diff --git a/ucoinpy/hdc/coins/view.py b/ucoincli/hdc/coins/view.py similarity index 100% rename from ucoinpy/hdc/coins/view.py rename to ucoincli/hdc/coins/view.py diff --git a/ucoinpy/hdc/transactions/__init__.py b/ucoincli/hdc/transactions/__init__.py similarity index 100% rename from ucoinpy/hdc/transactions/__init__.py rename to ucoincli/hdc/transactions/__init__.py diff --git a/ucoinpy/hdc/transactions/sender/__init__.py b/ucoincli/hdc/transactions/sender/__init__.py similarity index 100% rename from ucoinpy/hdc/transactions/sender/__init__.py rename to ucoincli/hdc/transactions/sender/__init__.py diff --git a/ucoinpy/network/__init__.py b/ucoincli/network/__init__.py similarity index 100% rename from ucoinpy/network/__init__.py rename to ucoincli/network/__init__.py diff --git a/ucoinpy/network/peering/__init__.py b/ucoincli/network/peering/__init__.py similarity index 100% rename from ucoinpy/network/peering/__init__.py rename to ucoincli/network/peering/__init__.py diff --git a/ucoinpy/network/peering/peers.py b/ucoincli/network/peering/peers.py similarity index 100% rename from ucoinpy/network/peering/peers.py rename to ucoincli/network/peering/peers.py diff --git a/ucoinpy/pks/__init__.py b/ucoincli/pks/__init__.py similarity index 100% rename from ucoinpy/pks/__init__.py rename to ucoincli/pks/__init__.py diff --git a/ucoinpy/registry/__init__.py b/ucoincli/registry/__init__.py similarity index 100% rename from ucoinpy/registry/__init__.py rename to ucoincli/registry/__init__.py diff --git a/ucoinpy/registry/amendment/__init__.py b/ucoincli/registry/amendment/__init__.py similarity index 100% rename from ucoinpy/registry/amendment/__init__.py rename to ucoincli/registry/amendment/__init__.py diff --git a/ucoinpy/registry/community/__init__.py b/ucoincli/registry/community/__init__.py similarity index 100% rename from ucoinpy/registry/community/__init__.py rename to ucoincli/registry/community/__init__.py diff --git a/ucoinpy/registry/community/members.py b/ucoincli/registry/community/members.py similarity index 100% rename from ucoinpy/registry/community/members.py rename to ucoincli/registry/community/members.py diff --git a/ucoinpy/registry/community/voters.py b/ucoincli/registry/community/voters.py similarity index 100% rename from ucoinpy/registry/community/voters.py rename to ucoincli/registry/community/voters.py diff --git a/ucoinpy/wrappers/__init__.py b/ucoincli/wrappers/__init__.py similarity index 100% rename from ucoinpy/wrappers/__init__.py rename to ucoincli/wrappers/__init__.py diff --git a/ucoinpy/wrappers/coins.py b/ucoincli/wrappers/coins.py similarity index 100% rename from ucoinpy/wrappers/coins.py rename to ucoincli/wrappers/coins.py diff --git a/ucoinpy/wrappers/transactions.py b/ucoincli/wrappers/transactions.py similarity index 100% rename from ucoinpy/wrappers/transactions.py rename to ucoincli/wrappers/transactions.py -- GitLab