mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
cleaned syntax issues in master.py
This commit is contained in:
parent
cc7f93d93c
commit
bc650ffbc1
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ involves preparing the three listeners and the workers needed by the master.
|
|||
# Import python modules
|
||||
import os
|
||||
import random
|
||||
import multiprocesing
|
||||
import multiprocessing
|
||||
# Import zeromq
|
||||
import zmq
|
||||
# Import salt modules
|
||||
|
@ -41,7 +41,7 @@ class Publisher(multiprocessing.Process):
|
|||
'''
|
||||
Start the publisher
|
||||
'''
|
||||
self._bind()
|
||||
self.__bind()
|
||||
|
||||
|
||||
class ReqServer(multiprocessing.Process):
|
||||
|
|
Loading…
Add table
Reference in a new issue