git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72572 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -14,7 +14,7 @@
#############################################################################
#%module
-#% description: Imports a raster map as GRASS GIS specific archive file (packed with r.pack)
+#% description: Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map
#% keyword: raster
#% keyword: import
#% keyword: copying
@@ -15,7 +15,7 @@
-#% description: Imports a vector map as GRASS GIS specific archive file (packed with v.pack)
+#% description: Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map
#% keyword: vector
@@ -42,7 +42,6 @@
#% guisection: Print
#%end
-
import os
import sys
import shutil