merchant-frontend-examples

ZZZ: Inactive/Deprecated
Log | Files | Refs

commit 03606f26a8245869b71638b2d2340eafb76d2388
parent 250b9cbf0060bbf02e380282c93788789f729c89
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Feb 2017 17:08:07 +0100

Renaming sources

Diffstat:
RPython/lib/Makefile -> python/lib/Makefile | 0
RPython/lib/pytaler/__init__.py -> python/lib/pytaler/__init__.py | 0
RPython/lib/pytaler/amounts.py -> python/lib/pytaler/amount.py | 0
RPython/lib/pytaler/tests.py -> python/lib/pytaler/test_amount.py | 0
RPython/lib/setup.py -> python/lib/setup.py | 0
RPython/tutorial/templates/index.html -> python/tutorial/templates/index.html | 0
RPython/tutorial/tutorial.py -> python/tutorial/tutorial.py | 0
7 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Python/lib/Makefile b/python/lib/Makefile diff --git a/Python/lib/pytaler/__init__.py b/python/lib/pytaler/__init__.py diff --git a/Python/lib/pytaler/amounts.py b/python/lib/pytaler/amount.py diff --git a/Python/lib/pytaler/tests.py b/python/lib/pytaler/test_amount.py diff --git a/Python/lib/setup.py b/python/lib/setup.py diff --git a/Python/tutorial/templates/index.html b/python/tutorial/templates/index.html diff --git a/Python/tutorial/tutorial.py b/python/tutorial/tutorial.py