print "hello world"
I have a nested loop where the outer loop iterates over key value pairs
of a dictionary and the inner loop iterates over a list each list of
which is a mapped value from the dictionary
def showReport(self):
for dev, sessions in self.logger.items():
for
mateus wrote:
> print "hello world"
>
> I have a nested loop where the outer loop iterates over key value pairs
> of a dictionary and the inner loop iterates over a list each list of
> which is a mapped value from the dictionary
>
> def showReport(self):
oblem. Could it
have been in the .pyc? I thought that was recompiled every time a .py
is run/set to be interpreted. I'm sure I got that last sentence wrong.
[EMAIL PROTECTED] wrote:
> mateus wrote:
> > print "hello world"
> >
> > I have a nested loop where the ou