We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b1598 commit 5133636Copy full SHA for 5133636
tools/go_pcm.py.in
@@ -29,13 +29,13 @@ Parses the PCMSolver input file and launches a standalone calculation with the
29
run_pcm executable.
30
"""
31
32
-from pcmsolver.external import docopt
33
import os
34
import subprocess
35
import sys
36
37
try:
38
import pcmsolver as pcm
+ from pcmsolver.external import docopt
39
except ImportError as ops:
40
sys.stderr.write("{}\n\n".format(ops))
41
sys.stderr.write("""You should update your PYTHONPATH to use go_pcm.py
0 commit comments