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