Homec4science

Moved the line "from __future__ import generators" to be the first statement…

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Feb 21 2008, 16:29.

Description

Moved the line "from future import generators" to be the first statement of the file in order to correct a syntax error in Python 2.5.1, which complained that from future imports had to be at the beginning of the file.

Details

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:db2ae61b52c9: Moved the line "from __future__ import generators" to be the first statement… (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Feb 21 2008, 16:29