~landscape/smart/staging

« back to all changes in this revision

Viewing changes to smart/const.py

  • Committer: Andreas Hasenack
  • Date: 2009-04-15 16:25:16 UTC
  • mfrom: (818.6.25 trunk)
  • mto: This revision was merged to the branch mainline in revision 838.
  • Revision ID: andreas@canonical.com-20090415162516-ybxkoi79udl3thgn
Merged upstream trunk into landscape trunk, which basically brings in version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#
22
22
import sys
23
23
 
24
 
VERSION = "1.1.1"
 
24
VERSION = "1.2"
25
25
 
26
26
RECURSIONLIMIT = sys.getrecursionlimit()
27
27