fix indentation

This commit is contained in:
Yann Leboulanger 2007-01-11 22:22:48 +00:00
parent f69fef3cbe
commit 85ed580b6d
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ class SleepyUnix:
SUPPORTED = False SUPPORTED = False
self.state = STATE_UNKNOWN self.state = STATE_UNKNOWN
def getIdleSec(self): def getIdleSec(self):
return idle.getIdleSec() return idle.getIdleSec()
def poll(self): def poll(self):
'''checks to see if we should change state''' '''checks to see if we should change state'''