Commit c6ed2568 authored by Arnaud Fontaine's avatar Arnaud Fontaine

py3: Make py3 API available on py2.

parent 3fc22579
#!/usr/bin/env python2.7
# Modules aliases to support both python2 and python3
from future import standard_library
standard_library.install_aliases()
import os
import sys
import pdb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment