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