1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-05 10:58:07 +01:00
Michal Vyskocil 7f2031558c python3 compatibility: print function
The most visible change in python3 - removal of print statement and all
the crufty
   print >> sys.stderr, foo,

The from __future__ import print_function makes it available in python
2.6
2013-04-16 10:51:41 +02:00
..
2013-04-16 10:51:41 +02:00
2013-04-16 10:51:41 +02:00
2010-02-28 02:30:13 +01:00
2013-04-16 10:51:17 +02:00