~afb/smart/solaris

« back to all changes in this revision

Viewing changes to smart/const.py

  • Committer: Anders F Bjorklund
  • Date: 2009-03-11 10:07:49 UTC
  • mfrom: (856.1.8 bugfix)
  • Revision ID: afb@users.sourceforge.net-20090311100749-g9n4xrouwqmbam8s
merge changes from trunk, via bugfix

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