We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb999e commit 8e750a9Copy full SHA for 8e750a9
1 file changed
ietf/manage.py
@@ -1,12 +1,6 @@
1
#!/usr/bin/env python
2
# Copyright The IETF Trust 2007, All Rights Reserved
3
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
10
# Don't complain about these DeprecationWarnings (we still
11
# want to see others, though)
12
import warnings
0 commit comments