diff --git a/launcher.tac b/launcher.tac index 97e168a2..10338fee 100644 --- a/launcher.tac +++ b/launcher.tac @@ -3,7 +3,7 @@ # Add conf directory to python path. # Configuration file is standard python module. 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.application.service import Application, IProcess