rclconfig: python3-compatible import of conftree
This commit is contained in:
parent
61e471a0e2
commit
ad4365c40c
@ -8,7 +8,8 @@ import sys
|
|||||||
import base64
|
import base64
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
import conftree
|
from . import conftree
|
||||||
|
|
||||||
class RclDynConf:
|
class RclDynConf:
|
||||||
def __init__(self, fname):
|
def __init__(self, fname):
|
||||||
self.data = ConfSimple(fname)
|
self.data = ConfSimple(fname)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user