gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-taler-util] 47/51: rename.


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] 47/51: rename.
Date: Mon, 23 Sep 2019 22:02:38 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository taler-util.

commit ca937d2e6ed6d793221d0e10007be6443b0cf045
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 23 19:06:25 2019 +0000

    rename.
---
 .gitignore                             | 1 +
 taler/__init__.py                      | 0
 taler/util/__init__.py                 | 0
 taler/{ => util}/amount/README         | 0
 taler/util/amount/__init__.py          | 0
 taler/{ => util}/amount/amount.py      | 0
 taler/{ => util}/amount/test_amount.py | 0
 taler/util/config/__init__.py          | 0
 taler/{ => util}/config/talerconfig.py | 0
 taler/{ => util}/log/README            | 0
 taler/util/log/__init__.py             | 0
 taler/{ => util}/log/gnunet_log.py     | 0
 taler/{ => util}/log/test.py           | 0
 13 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3f4eecd..633e0fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ build/
 dist/
 *~
 \#*\#
+__pycache__
diff --git a/taler/__init__.py b/taler/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/taler/util/__init__.py b/taler/util/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/taler/amount/README b/taler/util/amount/README
similarity index 100%
rename from taler/amount/README
rename to taler/util/amount/README
diff --git a/taler/util/amount/__init__.py b/taler/util/amount/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/taler/amount/amount.py b/taler/util/amount/amount.py
similarity index 100%
rename from taler/amount/amount.py
rename to taler/util/amount/amount.py
diff --git a/taler/amount/test_amount.py b/taler/util/amount/test_amount.py
similarity index 100%
rename from taler/amount/test_amount.py
rename to taler/util/amount/test_amount.py
diff --git a/taler/util/config/__init__.py b/taler/util/config/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/taler/config/talerconfig.py b/taler/util/config/talerconfig.py
similarity index 100%
rename from taler/config/talerconfig.py
rename to taler/util/config/talerconfig.py
diff --git a/taler/log/README b/taler/util/log/README
similarity index 100%
rename from taler/log/README
rename to taler/util/log/README
diff --git a/taler/util/log/__init__.py b/taler/util/log/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/taler/log/gnunet_log.py b/taler/util/log/gnunet_log.py
similarity index 100%
rename from taler/log/gnunet_log.py
rename to taler/util/log/gnunet_log.py
diff --git a/taler/log/test.py b/taler/util/log/test.py
similarity index 100%
rename from taler/log/test.py
rename to taler/util/log/test.py

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]