/usr/share/pyshared/ometa/compat.py is in python-parsley 1.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | import ometa
from ometa.runtime import OMetaGrammarBase
from ometa.grammar import OMeta
from ometa.grammar import loadGrammar
from terml.nodes import termMaker as t
OMeta1 = loadGrammar(ometa, "pymeta_v1",
globals(), OMetaGrammarBase)
|