Fix tab characters

This commit is contained in:
Hugo Trippaers 2014-11-10 14:34:39 +01:00 committed by wilderrodrigues
parent 2f8352bf96
commit 0afe0153a7
1 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@ class dataBag:
DPATH = "/etc/cloudstack"
def __init__(self):
self.bdata = { }
def __init__(self):
self.bdata = { }
def load(self):
data = self.bdata
@ -61,8 +61,8 @@ class updateDataBag:
def __init__(self,qFile):
self.qFile = qFile
self.fpath = ''
self.bdata = {}
self.fpath = ''
self.bdata = {}
self.process()
def process(self):