Skip to content

Commit 8e750a9

Browse files
committed
Revert changes to manage.py -- the intention with these changes was already taken care of with similar code further down.
- Legacy-Id: 6285
1 parent 7bb999e commit 8e750a9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ietf/manage.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/usr/bin/env python
22
# Copyright The IETF Trust 2007, All Rights Reserved
33

4-
import os
5-
import sys
6-
7-
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
8-
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
9-
104
# Don't complain about these DeprecationWarnings (we still
115
# want to see others, though)
126
import warnings

0 commit comments

Comments
 (0)