oblogout module tidy

This commit is contained in:
2009-04-05 14:30:03 +01:00
parent bbd43804d1
commit b027395b1b
5 changed files with 407 additions and 439 deletions

View File

@@ -28,7 +28,7 @@ import sys
import getopt
import logging
import logging.handlers
from oblogout import oblogout
from oblogout import OpenboxLogout
class Usage(Exception):
def __init__(self, msg):
@@ -89,7 +89,7 @@ def main(argv = None):
logger.setLevel(logging.INFO)
# Start the application
app = oblogout.OpenboxLogout(config, local_mode)
app = OpenboxLogout(config, local_mode)
app.run_logout()
return 0