Revert changes to manage.py -- the intention with these changes was already taken care of with similar code further down.
- Legacy-Id: 6285
This commit is contained in:
parent
7bb999e09e
commit
8e750a9b18
|
@ -1,12 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright The IETF Trust 2007, All Rights Reserved
|
# 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
|
# Don't complain about these DeprecationWarnings (we still
|
||||||
# want to see others, though)
|
# want to see others, though)
|
||||||
import warnings
|
import warnings
|
||||||
|
|
Loading…
Reference in a new issue