summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command/Importing.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-05-29 17:55:05 +0000
committerkrasimir <krasimir@chalmers.se>2008-05-29 17:55:05 +0000
commit88d3f61f41f7b6299e0d0f9e0047dd955cb67571 (patch)
tree62fd337e92ac607469d47ade41ed19cd5209e59c /src-3.0/GF/Command/Importing.hs
parent1bcc4aab8178434a890a3c723582b5fbd45a5a84 (diff)
change the library root namespace from GF.GFCC to PGF
Diffstat (limited to 'src-3.0/GF/Command/Importing.hs')
-rw-r--r--src-3.0/GF/Command/Importing.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src-3.0/GF/Command/Importing.hs b/src-3.0/GF/Command/Importing.hs
index f200ba7c4..91bcdcb73 100644
--- a/src-3.0/GF/Command/Importing.hs
+++ b/src-3.0/GF/Command/Importing.hs
@@ -1,11 +1,10 @@
module GF.Command.Importing (importGrammar, importSource) where
-import GF.Compile
-import GF.GFCC.DataGFCC
-import GF.GFCC.API
+import PGF
+import PGF.Data
+import GF.Compile
import GF.Grammar.Grammar (SourceGrammar) -- for cc command
-
import GF.Infra.UseIO
import GF.Infra.Option
import GF.Data.ErrM