diff options
author | Blaine | 2020-06-18 13:57:11 +0530 |
---|---|---|
committer | Blaine | 2020-06-18 13:57:11 +0530 |
commit | 4e52d02b6e7ccc36176eb90f35bd1013ecc74a10 (patch) | |
tree | 13008aa6727f727f77ff6557af8a4f43bc381b84 /src/main/python/shapes | |
parent | 06164a26602d3694beacffd8c364ffdba0edb30a (diff) | |
download | Chemical-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.py | 4 |
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 = [ |