From 45ebab4677d9ae5546253e503e411b43feb200f6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 1 Nov 2016 02:30:22 +0100 Subject: [PATCH] Rename inventory count example --- examples/{InventoryCount => inventory_count}/Instructions.md | 0 examples/{InventoryCount => inventory_count}/inventory.py | 0 examples/{InventoryCount => inventory_count}/inventoryCount.py | 0 examples/{InventoryCount => inventory_count}/main.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename examples/{InventoryCount => inventory_count}/Instructions.md (100%) rename examples/{InventoryCount => inventory_count}/inventory.py (100%) rename examples/{InventoryCount => inventory_count}/inventoryCount.py (100%) rename examples/{InventoryCount => inventory_count}/main.py (100%) diff --git a/examples/InventoryCount/Instructions.md b/examples/inventory_count/Instructions.md similarity index 100% rename from examples/InventoryCount/Instructions.md rename to examples/inventory_count/Instructions.md diff --git a/examples/InventoryCount/inventory.py b/examples/inventory_count/inventory.py similarity index 100% rename from examples/InventoryCount/inventory.py rename to examples/inventory_count/inventory.py diff --git a/examples/InventoryCount/inventoryCount.py b/examples/inventory_count/inventoryCount.py similarity index 100% rename from examples/InventoryCount/inventoryCount.py rename to examples/inventory_count/inventoryCount.py diff --git a/examples/InventoryCount/main.py b/examples/inventory_count/main.py similarity index 100% rename from examples/InventoryCount/main.py rename to examples/inventory_count/main.py