From b4042eae5e2120177a87714b9a548bde9791d599 Mon Sep 17 00:00:00 2001 From: anmaster Date: Tue, 3 Feb 2009 19:25:55 +0000 Subject: [PATCH] Fix indentation in CFGamble.py git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11330 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/CFGamble.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/CFGamble.py b/python/CFGamble.py index f904fe803..dc9260cf9 100644 --- a/python/CFGamble.py +++ b/python/CFGamble.py @@ -14,9 +14,9 @@ class SlotMachine: #sets up the file that holds all the slotmachine jackpots #make sure this points to your writable var/crossfire directory #you can delete that file to reset all the slotmachine jackpots - slotfile = os.path.join(Crossfire.LocalDirectory(),'SlotMachine_file') - slotdb = {} - def __init__(self,slotname,slotlist,minpot,maxpot): + slotfile = os.path.join(Crossfire.LocalDirectory(),'SlotMachine_file') + slotdb = {} + def __init__(self,slotname,slotlist,minpot,maxpot): slotdb = shelve.open(self.slotfile) self.slotname = slotname self.slotlist = slotlist