cc-4105: Fixed some formatting

This commit is contained in:
Rudi Grinberg 2012-07-23 15:08:22 -04:00
parent 40c6bb504d
commit a953a479d9
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import os
from configobj import ConfigObj
import copy
from configobj import ConfigObj
from media.monitor.exceptions import NoConfigFile, ConfigAccessViolation
@ -30,5 +30,3 @@ class MMConfig(object):
# Remove this after debugging...
def haxxor_set(self, key, value): self.cfg[key] = value
def haxxor_get(self, key): return self.cfg[key]