~ubuntu-branches/ubuntu/saucy/software-properties/saucy-proposed

« back to all changes in this revision

Viewing changes to softwareproperties/kde/CdromProgress.py

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre, Colin Watson, Mathieu Trudel-Lapierre
  • Date: 2012-07-05 11:50:44 UTC
  • Revision ID: package-import@ubuntu.com-20120705115044-k8hf3i7hrtp3e44n
Tags: 0.86
[ Colin Watson ]
* Open /dev/urandom in binary mode.
* Start producing python-software-properties again, until such time as it
  has no reverse-dependencies.

[ Mathieu Trudel-Lapierre ]
* Fix things so that reverse-depends can still work with Python 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20
20
#  USA
21
21
 
 
22
from __future__ import absolute_import, print_function
 
23
 
22
24
import apt
23
25
from PyQt4.QtCore import *
24
26
from PyQt4.QtGui import *