diff options
-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 |