Skip to content

Commit 0e99836

Browse files
authored
Remove dangling use of python-future from rrdd.py (#6247)
2 parents 4441556 + 42512ab commit 0e99836

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ocaml/xcp-rrdd/scripts/rrdd/rrdd.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646

4747
from __future__ import print_function
4848

49-
from future import standard_library
50-
standard_library.install_aliases()
51-
from builtins import str
52-
from builtins import range
53-
from builtins import object
5449
import http.client
5550
import os
5651
import json

0 commit comments

Comments
 (0)