From 8e750a9b18bd5b12ba01639d0f29fe9a5743c2db Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Thu, 26 Sep 2013 21:55:14 +0000
Subject: [PATCH] Revert changes to manage.py -- the intention with these
 changes was already taken care of with similar code further down.  -
 Legacy-Id: 6285

---
 ietf/manage.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ietf/manage.py b/ietf/manage.py
index cc7ccceaa..8ee715e0f 100755
--- a/ietf/manage.py
+++ b/ietf/manage.py
@@ -1,12 +1,6 @@
 #!/usr/bin/env python
 # Copyright The IETF Trust 2007, All Rights Reserved
 
-import os
-import sys
-
-BASE_DIR = os.path.dirname(os.path.abspath(__file__))
-sys.path.append(os.path.abspath(BASE_DIR + "/.."))
-
 # Don't complain about these DeprecationWarnings (we still
 # want to see others, though)
 import warnings