cc-4105: Fixed some formatting
This commit is contained in:
parent
40c6bb504d
commit
a953a479d9
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
from configobj import ConfigObj
|
|
||||||
import copy
|
import copy
|
||||||
|
from configobj import ConfigObj
|
||||||
|
|
||||||
from media.monitor.exceptions import NoConfigFile, ConfigAccessViolation
|
from media.monitor.exceptions import NoConfigFile, ConfigAccessViolation
|
||||||
|
|
||||||
|
@ -30,5 +30,3 @@ class MMConfig(object):
|
||||||
# Remove this after debugging...
|
# Remove this after debugging...
|
||||||
def haxxor_set(self, key, value): self.cfg[key] = value
|
def haxxor_set(self, key, value): self.cfg[key] = value
|
||||||
def haxxor_get(self, key): return self.cfg[key]
|
def haxxor_get(self, key): return self.cfg[key]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue