1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00
github.com_openSUSE_osc/osc/util
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
..
__init__.py - don't fail if terminal encoding doesn't support unicode (fixes #660445) 2011-02-11 02:45:13 +01:00
ar.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
archquery.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
cpio.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
debquery.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
packagequery.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
repodata.py fix whitespace 2010-02-28 02:30:13 +01:00
rpmquery.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
safewriter.py python3 compatibility: except 2013-04-16 10:51:17 +02:00