mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
prettify: make sure we prefer the included fprettify over any other
This commit is contained in:
parent
a698b45906
commit
4a2acb8bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ except ImportError:
|
|||
from prettify_cp2k import normalizeFortranFile
|
||||
from prettify_cp2k import replacer
|
||||
|
||||
sys.path.append(path.join(path.dirname(path.abspath(__file__)), "fprettify"))
|
||||
sys.path.insert(0, path.join(path.dirname(path.abspath(__file__)), "fprettify"))
|
||||
from fprettify import reformat_ffile, fparse_utils, log_exception
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue