~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to landscape/constants.py

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
to look at those values.
4
4
"""
5
5
 
6
 
APT_PREFERENCES_SIZE_LIMIT = 1048576 # 1 MByte
 
6
APT_PREFERENCES_SIZE_LIMIT = 1048576  # 1 MByte
 
7
 
 
8
# The name "UBUNTU" is used in the variable name due to the fact that the path
 
9
# is Ubuntu-specific, taken from /etc/login.defs.
 
10
UBUNTU_PATH = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
7
11
 
8
12
SUCCESS_RESULT = 1
9
13
ERROR_RESULT = 100