diff options
Diffstat (limited to 'src/compiler/GF/Compile/PGFtoPython.hs')
| -rw-r--r-- | src/compiler/GF/Compile/PGFtoPython.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/GF/Compile/PGFtoPython.hs b/src/compiler/GF/Compile/PGFtoPython.hs index 57ac92a79..a186509fe 100644 --- a/src/compiler/GF/Compile/PGFtoPython.hs +++ b/src/compiler/GF/Compile/PGFtoPython.hs @@ -9,8 +9,7 @@ module GF.Compile.PGFtoPython (pgf2python) where import PGF(showCId) -import PGF.Data -import qualified PGF.Macros as M +import PGF.Internal as M import GF.Data.Operations |
