Update launcher.tac
This commit is contained in:
parent
83d92719bb
commit
a19ae3444a
@ -3,7 +3,7 @@
|
|||||||
# Add conf directory to python path.
|
# Add conf directory to python path.
|
||||||
# Configuration file is standard python module.
|
# Configuration file is standard python module.
|
||||||
import os, sys
|
import os, sys
|
||||||
sys.path = [os.path.join(os.getcwd(), 'conf'),os.path.join(os.getcwd(), 'externals', 'stratum-mining-proxy'),] + sys.path
|
sys.path = [os.path.join(os.getcwd(), 'conf'),os.path.join(os.getcwd(), '.'),os.path.join(os.getcwd(), 'externals', 'stratum-mining-proxy'),] + sys.path
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from twisted.application.service import Application, IProcess
|
from twisted.application.service import Application, IProcess
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user