summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlucaszhao192020-05-10 20:54:43 +0630
committerGitHub2020-05-10 20:54:43 +0630
commit8f28a80a8a8346e0f5ddc171e78c79813964eb16 (patch)
tree13f5150e5b594b09dd4c3946ac2a555b4fb1f19e
parent637df5484328008d597615cadb0d219ed7be0a0d (diff)
downloadChemical-Simulator-GUI-8f28a80a8a8346e0f5ddc171e78c79813964eb16.tar.gz
Chemical-Simulator-GUI-8f28a80a8a8346e0f5ddc171e78c79813964eb16.tar.bz2
Chemical-Simulator-GUI-8f28a80a8a8346e0f5ddc171e78c79813964eb16.zip
Rename container.py to Container.py
-rw-r--r--Container.py (renamed from container.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/container.py b/Container.py
index 14e3bf0..424d35e 100644
--- a/container.py
+++ b/Container.py
@@ -235,4 +235,4 @@ def get_last_list(file_name):
if len(commands) is not 0:
return commands[-1]
else:
- return None \ No newline at end of file
+ return None