~ubuntu-branches/ubuntu/jaunty/gdesklets/jaunty-updates

« back to all changes in this revision

Viewing changes to Controls/System/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2008-09-02 22:00:17 UTC
  • mfrom: (2.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080902220017-m66bj19l0ll8x7yh
Tags: 0.36-5
* Redo 40_dont_update_mime.diff to use a more compact syntax by 
  Loïc Minier's suggestion.  Thanks lool.
* Regenerate 70_relibtoolize.diff accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
    memory           = property(FakeSelf(system.mem), doc = "Memory information")
165
165
    mountlist        = property(FakeSelf(system.mountlist),
166
166
                                doc = "(All) mountpoints")
167
 
    net_devices      = property(FakeSelf(system.net_devices),
 
167
    net_devices       = property(FakeSelf(system.netlist),
168
168
                                doc = "Available network devs")
169
169
    net_load         = property(__get_net_load, doc = "Netload of given device")
170
170
    net_speed        = property(__get_net_speed,