[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.
- [GNUnet-SVN] [taler-taler-util] 28/51: Testing 4453 with unittest. First batch., (continued)
- [GNUnet-SVN] [taler-taler-util] 28/51: Testing 4453 with unittest. First batch., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 43/51: Add a .dir-locals, el for configuring emacs for this project, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 44/51: ux, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 46/51: gitignore, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 36/51: Remove old test, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 45/51: rename., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 35/51: 4453. Fix GNUNET_FORCE_LOG priority., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 40/51: Doxygen-commenting gnunet_log.py, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 41/51: Doxygen-comment logger test cases., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 42/51: Importing the Doxygen-commented config from the bank., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 47/51: rename.,
gnunet <=
- [GNUnet-SVN] [taler-taler-util] 51/51: wrap-up, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 48/51: README, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 49/51: move around., gnunet, 2019/09/23