Update __ini__.py to be supported in python 2 and 3
parent
72bcc4f08e
commit
09ec306013
|
@ -1,2 +1,2 @@
|
|||
from _libgtsam_python import *
|
||||
import utils
|
||||
from ._libgtsam_python import *
|
||||
from . import utils
|
|
@ -1,2 +1,2 @@
|
|||
from SFMdata import *
|
||||
from VisualISAM2Example import *
|
||||
from . import SFMdata
|
||||
from . import VisualISAM2Example
|
||||
|
|
|
@ -1 +1 @@
|
|||
from _plot import *
|
||||
from ._plot import *
|
||||
|
|
Loading…
Reference in New Issue