mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-25 16:29:21 +00:00
oblogout module tidy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user