Fixed a typo in the WSGI connector.

- Legacy-Id: 6163
This commit is contained in:
Henrik Levkowetz 2013-09-18 17:43:38 +00:00
parent 11c1b0738a
commit 68cea34e64

View file

@ -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)