diff options
author | xiubuzhe <xiubuzhe@sina.com> | 2023-10-10 22:32:13 +0800 |
---|---|---|
committer | xiubuzhe <xiubuzhe@sina.com> | 2023-10-10 22:32:13 +0800 |
commit | 5e70554a4491c875fdd756b0e819d65601cc18a9 (patch) | |
tree | 915ecfb9a6cc9c00394197cdf476f5161db58aaa | |
parent | 71ed6d302d1dead149b6bd198cec29ede7718064 (diff) | |
download | sunhpc-5e70554a4491c875fdd756b0e819d65601cc18a9.tar.gz sunhpc-5e70554a4491c875fdd756b0e819d65601cc18a9.tar.bz2 sunhpc-5e70554a4491c875fdd756b0e819d65601cc18a9.zip |
add readline modulev1.0.0
-rw-r--r-- | lib/sunhpc/commands/soft/gromacs/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sunhpc/commands/soft/gromacs/__init__.py b/lib/sunhpc/commands/soft/gromacs/__init__.py index 8c7c60e..cb6478a 100644 --- a/lib/sunhpc/commands/soft/gromacs/__init__.py +++ b/lib/sunhpc/commands/soft/gromacs/__init__.py @@ -11,6 +11,7 @@ import re import sys import sunhpc import shutil +import readline class command(sunhpc.commands.soft.command): pass |