From 4c07dedd4aba5bee2c943819bff35330c521e262 Mon Sep 17 00:00:00 2001
From: "Spivak Vladimir (cwolf3d)" <cwolf3d@gmail.com>
Date: Fri, 11 Oct 2019 03:51:05 +0300
Subject: [PATCH] Addon: Curve Tools: Switch uppercase file name to lowercase

---
 curve_tools/{curvess.py => curves.py}         | 0
 curve_tools/{operatorss.py => operators.py}   | 0
 curve_tools/{propertiess.py => properties.py} | 0
 curve_tools/{surfacess.py => surfaces.py}     | 0
 curve_tools/{utils.py => util.py}             | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename curve_tools/{curvess.py => curves.py} (100%)
 rename curve_tools/{operatorss.py => operators.py} (100%)
 rename curve_tools/{propertiess.py => properties.py} (100%)
 rename curve_tools/{surfacess.py => surfaces.py} (100%)
 rename curve_tools/{utils.py => util.py} (100%)

diff --git a/curve_tools/curvess.py b/curve_tools/curves.py
similarity index 100%
rename from curve_tools/curvess.py
rename to curve_tools/curves.py
diff --git a/curve_tools/operatorss.py b/curve_tools/operators.py
similarity index 100%
rename from curve_tools/operatorss.py
rename to curve_tools/operators.py
diff --git a/curve_tools/propertiess.py b/curve_tools/properties.py
similarity index 100%
rename from curve_tools/propertiess.py
rename to curve_tools/properties.py
diff --git a/curve_tools/surfacess.py b/curve_tools/surfaces.py
similarity index 100%
rename from curve_tools/surfacess.py
rename to curve_tools/surfaces.py
diff --git a/curve_tools/utils.py b/curve_tools/util.py
similarity index 100%
rename from curve_tools/utils.py
rename to curve_tools/util.py
-- 
GitLab