File: patch-stubs-002.diff

package info (click to toggle)
mrpt 1%3A2.15.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 92,456 kB
  • sloc: cpp: 555,366; ansic: 36,840; xml: 3,872; python: 2,195; sh: 524; makefile: 232
file content (24 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/python/stubs-out/mrpt/pymrpt/mrpt/opengl/__init__.pyi b/python/stubs-out/mrpt/pymrpt/mrpt/opengl/__init__.pyi
index 8abd014c7..d29cf054a 100644
--- a/python/stubs-out/mrpt/pymrpt/mrpt/opengl/__init__.pyi
+++ b/python/stubs-out/mrpt/pymrpt/mrpt/opengl/__init__.pyi
@@ -1,5 +1,7 @@
 from typing import Any, ClassVar, Dict, List, Optional, Tuple
 
+from . import stock_objects
+
 from typing import overload
 import mrpt.pymrpt.mrpt.containers
 import mrpt.pymrpt.mrpt.img
diff --git a/python/stubs-out/mrpt/pymrpt/mrpt/poses/__init__.pyi b/python/stubs-out/mrpt/pymrpt/mrpt/poses/__init__.pyi
index 09ba314ee..6d716eb80 100644
--- a/python/stubs-out/mrpt/pymrpt/mrpt/poses/__init__.pyi
+++ b/python/stubs-out/mrpt/pymrpt/mrpt/poses/__init__.pyi
@@ -1,5 +1,7 @@
 from typing import Any, ClassVar, Dict, Tuple
 
+from . import Lie
+
 from typing import overload
 import mrpt.pymrpt.mrpt
 import mrpt.pymrpt.mrpt.bayes