Fixed a typo in the WSGI connector.
- Legacy-Id: 6163
This commit is contained in:
parent
11c1b0738a
commit
68cea34e64
|
@ -40,7 +40,7 @@ import os
|
|||
import sys
|
||||
import syslog
|
||||
|
||||
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
if not path in sys.path:
|
||||
sys.path.insert(0, path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue