[GRASS-SVN] r62290 - grass/trunk/lib/python/docs/src

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 19 13:27:52 PDT 2014


Author: annakrat
Date: 2014-10-19 13:27:51 -0700 (Sun, 19 Oct 2014)
New Revision: 62290

Modified:
   grass/trunk/lib/python/docs/src/gunittest_testing.rst
Log:
gunittest: fix import in example on manual page

Modified: grass/trunk/lib/python/docs/src/gunittest_testing.rst
===================================================================
--- grass/trunk/lib/python/docs/src/gunittest_testing.rst	2014-10-19 11:55:46 UTC (rev 62289)
+++ grass/trunk/lib/python/docs/src/gunittest_testing.rst	2014-10-19 20:27:51 UTC (rev 62290)
@@ -383,7 +383,7 @@
 
 ::
 
-    from grass.gunittest import SimpleModule
+    from grass.gunittest.gmodules import SimpleModule
 
     class TestRInfoParameterHandling(TestCase):
         """Test r.info handling of wrong input of parameters."""



More information about the grass-commit mailing list