Skip to content
Snippets Groups Projects
Commit 2c5d128f authored by Marko Mecina's avatar Marko Mecina
Browse files

minor code cleanup

parent 57e8281e
No related branches found
No related tags found
No related merge requests found
# This file is used to set up a D-Bus
import dbus
import dbus.service
import sys
import subprocess
#import confignator
import ccs_function_lib as cfl
import os
# Set up two Methodes to excess over a given dbus name
class MessageListener(dbus.service.Object):
def __init__(self, win, Bus_Name, *args):
......@@ -244,7 +240,6 @@ class MessageListener(dbus.service.Object):
# kwargs = arg
args.remove(arg)
'''
breaklist = list(arguments)
for arg in arguments:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment