summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorxiubuzhe <xiubuzhe@sina.com>2023-10-10 22:32:13 +0800
committerxiubuzhe <xiubuzhe@sina.com>2023-10-10 22:32:13 +0800
commit5e70554a4491c875fdd756b0e819d65601cc18a9 (patch)
tree915ecfb9a6cc9c00394197cdf476f5161db58aaa /lib
parent71ed6d302d1dead149b6bd198cec29ede7718064 (diff)
downloadsunhpc-5e70554a4491c875fdd756b0e819d65601cc18a9.tar.gz
sunhpc-5e70554a4491c875fdd756b0e819d65601cc18a9.tar.bz2
sunhpc-5e70554a4491c875fdd756b0e819d65601cc18a9.zip
add readline modulev1.0.0
Diffstat (limited to 'lib')
-rw-r--r--lib/sunhpc/commands/soft/gromacs/__init__.py1
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