ソースを参照

gunittest: fix import in example on manual page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62290 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 年 前
コミット
1024493fa7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/python/docs/src/gunittest_testing.rst

+ 1 - 1
lib/python/docs/src/gunittest_testing.rst

@@ -383,7 +383,7 @@ test things such as creation and removal of maps in error states).
 
 ::
 
-    from grass.gunittest import SimpleModule
+    from grass.gunittest.gmodules import SimpleModule
 
     class TestRInfoParameterHandling(TestCase):
         """Test r.info handling of wrong input of parameters."""