Minor changes

parent 10577c67
......@@ -86,6 +86,8 @@ class Server(object) :
###
def initBus(self) :
import pdb
pdb.set_trace()
bus_type = config.value(config.APPLICATION_SECTION, "bus_type")
service_name = config.value(config.APPLICATION_SECTION, "service_name")
......
......@@ -109,7 +109,6 @@ setup(
scripts = scripts_list,
data_files = data_files_list,
install_requires = [
"gudev",
"file_read_backwards"
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment