Remove the ConfigurationManager compatibility

ConfigurationManager has been deprecated since 0.9.4 so it's time to
remove it completely
pull/2470/head
Åke Forslund 2020-02-11 14:48:44 +01:00
parent 47038f575e
commit dd6732997b
1 changed files with 0 additions and 7 deletions

View File

@ -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()