~psusi/ubuntu/raring/landscape-client/fix-memory-report

« back to all changes in this revision

Viewing changes to landscape/monitor/aptpreferences.py

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2010-07-28 08:14:02 UTC
  • mto: (45.1.1 landscape-client-12.05-0ubuntu1)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100728081402-kiek53kn178sueqw
Tags: upstream-1.5.4
ImportĀ upstreamĀ versionĀ 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import os
2
2
 
 
3
from landscape.constants import APT_PREFERENCES_SIZE_LIMIT
 
4
 
3
5
from landscape.monitor.plugin import DataWatcher
4
6
 
5
 
APT_PREFERENCES_SIZE_LIMIT = 1048576 # 1 MByte
6
 
 
7
7
 
8
8
class AptPreferences(DataWatcher):
9
9
    """