From 68cea34e64f212d8af78ac180620a9b48ca5953c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 18 Sep 2013 17:43:38 +0000 Subject: [PATCH] Fixed a typo in the WSGI connector. - Legacy-Id: 6163 --- ietf/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/wsgi.py b/ietf/wsgi.py index b4f83b542..dbf37e8b4 100644 --- a/ietf/wsgi.py +++ b/ietf/wsgi.py @@ -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)