~ubuntu-branches/debian/sid/iotop/sid

« back to all changes in this revision

Viewing changes to iotop/ioprio.py

  • Committer: Package Import Robot
  • Author(s): Paul Wise, Paul Wise, Scott Kitterman
  • Date: 2011-11-01 16:10:09 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111101161009-h8v36iuwrhzmclhb
Tags: 0.4.4-1
[ Paul Wise ]
* New upstream release
  - Produces a helpful error instead of crashing when Linux
    denies permission (Closes: #644616, LP: #879767)
* Bump Standards-Version, no changes needed

[ Scott Kitterman ]
* Switch to dh_python2 (LP: #856478)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import fnmatch
21
21
import os
22
22
import platform
23
 
import time
24
23
 
25
24
# From http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=blob;
26
25
#      f=configure.ac;h=770eb45ae85d32757fc3cff1d70a7808a627f9f7;hb=HEAD#l354