From a21ef00c4e4b7231e3375065680303218f1750ab Mon Sep 17 00:00:00 2001 From: ddawson Date: Fri, 23 Jun 2023 11:17:20 -0700 Subject: [PATCH] python -> py --- content/_code-samples/quickstart/{python => py}/ReadMe.md | 0 .../_code-samples/quickstart/{python => py}/lesson1-send-xrp.py | 0 .../quickstart/{python => py}/lesson2-send-currency.py | 0 .../_code-samples/quickstart/{python => py}/lesson3-mint-token.py | 0 .../quickstart/{python => py}/lesson4-transfer-tokens.py | 0 .../quickstart/{python => py}/lesson5-broker-nfts.py | 0 .../quickstart/{python => py}/lesson6-auth-minter.py | 0 content/_code-samples/quickstart/{python => py}/mod1.py | 0 content/_code-samples/quickstart/{python => py}/mod2.py | 0 content/_code-samples/quickstart/{python => py}/mod3.py | 0 content/_code-samples/quickstart/{python => py}/mod4.py | 0 content/_code-samples/quickstart/{python => py}/mod5.py | 0 content/_code-samples/quickstart/{python => py}/mod6.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename content/_code-samples/quickstart/{python => py}/ReadMe.md (100%) rename content/_code-samples/quickstart/{python => py}/lesson1-send-xrp.py (100%) rename content/_code-samples/quickstart/{python => py}/lesson2-send-currency.py (100%) rename content/_code-samples/quickstart/{python => py}/lesson3-mint-token.py (100%) rename content/_code-samples/quickstart/{python => py}/lesson4-transfer-tokens.py (100%) rename content/_code-samples/quickstart/{python => py}/lesson5-broker-nfts.py (100%) rename content/_code-samples/quickstart/{python => py}/lesson6-auth-minter.py (100%) rename content/_code-samples/quickstart/{python => py}/mod1.py (100%) rename content/_code-samples/quickstart/{python => py}/mod2.py (100%) rename content/_code-samples/quickstart/{python => py}/mod3.py (100%) rename content/_code-samples/quickstart/{python => py}/mod4.py (100%) rename content/_code-samples/quickstart/{python => py}/mod5.py (100%) rename content/_code-samples/quickstart/{python => py}/mod6.py (100%) diff --git a/content/_code-samples/quickstart/python/ReadMe.md b/content/_code-samples/quickstart/py/ReadMe.md similarity index 100% rename from content/_code-samples/quickstart/python/ReadMe.md rename to content/_code-samples/quickstart/py/ReadMe.md diff --git a/content/_code-samples/quickstart/python/lesson1-send-xrp.py b/content/_code-samples/quickstart/py/lesson1-send-xrp.py similarity index 100% rename from content/_code-samples/quickstart/python/lesson1-send-xrp.py rename to content/_code-samples/quickstart/py/lesson1-send-xrp.py diff --git a/content/_code-samples/quickstart/python/lesson2-send-currency.py b/content/_code-samples/quickstart/py/lesson2-send-currency.py similarity index 100% rename from content/_code-samples/quickstart/python/lesson2-send-currency.py rename to content/_code-samples/quickstart/py/lesson2-send-currency.py diff --git a/content/_code-samples/quickstart/python/lesson3-mint-token.py b/content/_code-samples/quickstart/py/lesson3-mint-token.py similarity index 100% rename from content/_code-samples/quickstart/python/lesson3-mint-token.py rename to content/_code-samples/quickstart/py/lesson3-mint-token.py diff --git a/content/_code-samples/quickstart/python/lesson4-transfer-tokens.py b/content/_code-samples/quickstart/py/lesson4-transfer-tokens.py similarity index 100% rename from content/_code-samples/quickstart/python/lesson4-transfer-tokens.py rename to content/_code-samples/quickstart/py/lesson4-transfer-tokens.py diff --git a/content/_code-samples/quickstart/python/lesson5-broker-nfts.py b/content/_code-samples/quickstart/py/lesson5-broker-nfts.py similarity index 100% rename from content/_code-samples/quickstart/python/lesson5-broker-nfts.py rename to content/_code-samples/quickstart/py/lesson5-broker-nfts.py diff --git a/content/_code-samples/quickstart/python/lesson6-auth-minter.py b/content/_code-samples/quickstart/py/lesson6-auth-minter.py similarity index 100% rename from content/_code-samples/quickstart/python/lesson6-auth-minter.py rename to content/_code-samples/quickstart/py/lesson6-auth-minter.py diff --git a/content/_code-samples/quickstart/python/mod1.py b/content/_code-samples/quickstart/py/mod1.py similarity index 100% rename from content/_code-samples/quickstart/python/mod1.py rename to content/_code-samples/quickstart/py/mod1.py diff --git a/content/_code-samples/quickstart/python/mod2.py b/content/_code-samples/quickstart/py/mod2.py similarity index 100% rename from content/_code-samples/quickstart/python/mod2.py rename to content/_code-samples/quickstart/py/mod2.py diff --git a/content/_code-samples/quickstart/python/mod3.py b/content/_code-samples/quickstart/py/mod3.py similarity index 100% rename from content/_code-samples/quickstart/python/mod3.py rename to content/_code-samples/quickstart/py/mod3.py diff --git a/content/_code-samples/quickstart/python/mod4.py b/content/_code-samples/quickstart/py/mod4.py similarity index 100% rename from content/_code-samples/quickstart/python/mod4.py rename to content/_code-samples/quickstart/py/mod4.py diff --git a/content/_code-samples/quickstart/python/mod5.py b/content/_code-samples/quickstart/py/mod5.py similarity index 100% rename from content/_code-samples/quickstart/python/mod5.py rename to content/_code-samples/quickstart/py/mod5.py diff --git a/content/_code-samples/quickstart/python/mod6.py b/content/_code-samples/quickstart/py/mod6.py similarity index 100% rename from content/_code-samples/quickstart/python/mod6.py rename to content/_code-samples/quickstart/py/mod6.py