From 50ca5d54574d3ce1ae7c1d833487e412159972ce Mon Sep 17 00:00:00 2001 From: Worros Date: Thu, 19 Feb 2009 21:15:12 +0900 Subject: [PATCH] Fix tab/spacing --- pyfpdb/Configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 9b8f4f08..a9a884a7 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -189,7 +189,7 @@ class Import: def __init__(self, node): self.interval = node.getAttribute("interval") self.callFpdbHud = node.getAttribute("callFpdbHud") - self.hhArchiveBase = node.getAttribute("hhArchiveBase") + self.hhArchiveBase = node.getAttribute("hhArchiveBase") def __str__(self): return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s" % (self.interval, self.callFpdbHud, self.hhArchiveBase) @@ -665,4 +665,4 @@ if __name__== "__main__": for game in c.get_supported_games(): print c.get_game_parameters(game) - print "start up path = ", c.execution_path("") \ No newline at end of file + print "start up path = ", c.execution_path("")