summaryrefslogtreecommitdiff
path: root/src/main/python/shapes
diff options
context:
space:
mode:
authorBlaine2020-06-18 13:57:11 +0530
committerBlaine2020-06-18 13:57:11 +0530
commit4e52d02b6e7ccc36176eb90f35bd1013ecc74a10 (patch)
tree13008aa6727f727f77ff6557af8a4f43bc381b84 /src/main/python/shapes
parent06164a26602d3694beacffd8c364ffdba0edb30a (diff)
downloadChemical-PFD-4e52d02b6e7ccc36176eb90f35bd1013ecc74a10.tar.gz
Chemical-PFD-4e52d02b6e7ccc36176eb90f35bd1013ecc74a10.tar.bz2
Chemical-PFD-4e52d02b6e7ccc36176eb90f35bd1013ecc74a10.zip
minor fix
Diffstat (limited to 'src/main/python/shapes')
-rw-r--r--src/main/python/shapes/shapes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py
index dbf3e9e..71e9be7 100644
--- a/src/main/python/shapes/shapes.py
+++ b/src/main/python/shapes/shapes.py
@@ -15,8 +15,8 @@ from utils.app import fileImporter
directionsEnum = [
"top",
"right",
- "left",
- "bottom"
+ "bottom",
+ "left"
]
orientationEnum = [