Minor changes

parent 10577c67
...@@ -86,6 +86,8 @@ class Server(object) : ...@@ -86,6 +86,8 @@ class Server(object) :
### ###
def initBus(self) : def initBus(self) :
import pdb
pdb.set_trace()
bus_type = config.value(config.APPLICATION_SECTION, "bus_type") bus_type = config.value(config.APPLICATION_SECTION, "bus_type")
service_name = config.value(config.APPLICATION_SECTION, "service_name") service_name = config.value(config.APPLICATION_SECTION, "service_name")
......
...@@ -109,7 +109,6 @@ setup( ...@@ -109,7 +109,6 @@ setup(
scripts = scripts_list, scripts = scripts_list,
data_files = data_files_list, data_files = data_files_list,
install_requires = [ install_requires = [
"gudev",
"file_read_backwards" "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