few changes in bmconfigparser import
This commit is contained in:
parent
bf6426376e
commit
baf5f621dd
|
@ -14,8 +14,8 @@ try:
|
||||||
import state
|
import state
|
||||||
from singleton import Singleton
|
from singleton import Singleton
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from . import state
|
from pybitmessage import state
|
||||||
from .singleton import Singleton
|
from pybitmessage.singleton import Singleton
|
||||||
|
|
||||||
SafeConfigParser = configparser.SafeConfigParser
|
SafeConfigParser = configparser.SafeConfigParser
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user