Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
settingsd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
settingsd
Commits
bd20668d
Commit
bd20668d
authored
Apr 09, 2019
by
Никита Ефремов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes
parent
10577c67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
server.py
settingsd/server.py
+2
-0
setup.py
setup.py
+0
-1
No files found.
settingsd/server.py
View file @
bd20668d
...
...
@@ -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"
)
...
...
setup.py
View file @
bd20668d
...
...
@@ -109,7 +109,6 @@ setup(
scripts
=
scripts_list
,
data_files
=
data_files_list
,
install_requires
=
[
"gudev"
,
"file_read_backwards"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment