diff options
author | lucaszhao19 | 2020-05-10 21:25:38 +0630 |
---|---|---|
committer | lucaszhao19 | 2020-05-10 21:25:38 +0630 |
commit | b284d36fbf479ff327aef5a7d0a174661145a4cb (patch) | |
tree | f6ff4a5ad5f8c47bd89d0f48a319a43d7f5ee68f | |
parent | a0d5e8a07f8de91dff753cf96da5bc5fd96b5296 (diff) | |
parent | 8f28a80a8a8346e0f5ddc171e78c79813964eb16 (diff) | |
download | Chemical-Simulator-GUI-b284d36fbf479ff327aef5a7d0a174661145a4cb.tar.gz Chemical-Simulator-GUI-b284d36fbf479ff327aef5a7d0a174661145a4cb.tar.bz2 Chemical-Simulator-GUI-b284d36fbf479ff327aef5a7d0a174661145a4cb.zip |
Merge branch 'master' of https://github.com/pravindalve/Chemical-Simulator-GUI
-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 8030ebf..b25f178 100644 --- a/container.py +++ b/Container.py @@ -240,4 +240,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 |