Re: [Rpm-maint] [rpm-software-management/rpm] rpm/transaction: move from __future__ to the top (#72)

2016-06-09 Thread Florian Festi
Merged #72. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/72#event-687176409___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

[Rpm-maint] [rpm-software-management/rpm] rpm/transaction: move from __future__ to the top (#72)

2016-06-09 Thread Igor Gnatenko
```python *** Error compiling '/builddir/build/BUILDROOT/rpm-4.13.0_alpha-239g190fa42.fc24.x86_64/usr/lib64/python3.5/site-packages/rpm/transaction.py'... File "/usr/lib64/python3.5/transaction.py", line 9 SyntaxError: from __future__ imports must occur at the beginning of the file ``` Signed-o