From ab265f83cb181b208558d29f663c11197ea9f29f Mon Sep 17 00:00:00 2001 From: Priyanka Seth Date: Thu, 5 May 2016 16:32:16 +0200 Subject: [PATCH] [doc] attempt at fixing doc --- python/converters/converter_tools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/converters/converter_tools.py b/python/converters/converter_tools.py index 735ff4cf..84051b13 100644 --- a/python/converters/converter_tools.py +++ b/python/converters/converter_tools.py @@ -24,6 +24,9 @@ import pytriqs.utility.mpi as mpi class ConverterTools: + def __init__(self): + pass + def read_fortran_file(self,filename,to_replace): """ Returns a generator that yields all numbers in the Fortran file as float, with possible replacements.