~landscape/smart/staging

« back to all changes in this revision

Viewing changes to smart/const.py

  • Committer: Andreas Hasenack
  • Date: 2009-04-15 16:27:16 UTC
  • mfrom: (818.1.26 trunk)
  • Revision ID: andreas@canonical.com-20090415162716-74ziw7gpf8t6ylhj
Tags: 1.3.1, 1.5.6, mountainview
Merged from trunk for mountainview staging deployment

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