Remove the ConfigurationManager compatibility
ConfigurationManager has been deprecated since 0.9.4 so it's time to remove it completelypull/2470/head
parent
47038f575e
commit
dd6732997b
|
@ -14,10 +14,3 @@
|
|||
#
|
||||
from .config import Configuration, LocalConf, RemoteConf
|
||||
from .locations import SYSTEM_CONFIG, USER_CONFIG
|
||||
|
||||
|
||||
# Compatibility
|
||||
class ConfigurationManager(Configuration):
|
||||
@staticmethod
|
||||
def instance():
|
||||
return Configuration.get()
|
||||
|
|
Loading…
Reference in New Issue