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