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 910d3d7 commit 98a74bdCopy full SHA for 98a74bd
1 file changed
ietf/utils/draft.py
@@ -1,7 +1,5 @@
1
#!/usr/bin/python
2
# -*- python -*-
3
-from __future__ import unicode_literals
4
-from __future__ import print_function
5
"""
6
NAME
7
%(program)s - Extract meta-information from an IETF draft.
@@ -32,6 +30,9 @@
32
30
33
31
34
+from __future__ import unicode_literals
+from __future__ import print_function
35
+
36
import datetime
37
import getopt
38
import os
0 commit comments