Skip to content
Snippets Groups Projects
Commit 0407f0f2 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

python3: futurize stage2

parent 2135e586
No related branches found
No related tags found
No related merge requests found
from __future__ import division
import os
from contextlib import contextmanager
import numpy as np
......
from __future__ import print_function
from builtins import str
from builtins import object
import tarfile
import xml.etree.ElementTree as ElementTree
import numpy as np
class Reader:
class Reader(object):
def __init__(self, name):
self.dims = {}
self.shapes = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment