mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Move prettifier modules into tools/formatting
svn-origin-rev: 14259
This commit is contained in:
parent
a77a5fbb50
commit
9c296d1bc9
6 changed files with 6 additions and 6 deletions
0
tools/formatting/__init__.py
Normal file
0
tools/formatting/__init__.py
Normal file
|
|
@ -3,9 +3,9 @@
|
|||
import sys, re
|
||||
from sys import argv
|
||||
import prettify
|
||||
import normalizeFortranFile
|
||||
import replacer
|
||||
import addSynopsis
|
||||
from formatting import normalizeFortranFile
|
||||
from formatting import replacer
|
||||
from formatting import addSynopsis
|
||||
|
||||
def instantiateTemplate(infile,outfile,subs,logFile=sys.stdout):
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
import sys
|
||||
import re, tempfile
|
||||
import os, os.path
|
||||
import normalizeFortranFile
|
||||
import replacer
|
||||
import addSynopsis
|
||||
from formatting import normalizeFortranFile
|
||||
from formatting import replacer
|
||||
from formatting import addSynopsis
|
||||
from sys import argv
|
||||
|
||||
operatorsStr=r"\.(?:and|eqv?|false|g[et]|l[et]|n(?:e(?:|qv)|ot)|or|true)\."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue