diff options
Diffstat (limited to 'doc/examples/action.py')
| -rw-r--r-- | doc/examples/action.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/action.py b/doc/examples/action.py index 0399bddc..41b55144 100644 --- a/doc/examples/action.py +++ b/doc/examples/action.py @@ -36,7 +36,7 @@ depcache.init(progress) #sys.exit() # get a canidate version -ver= depcache.get_candidate_ver(iter) +ver = depcache.get_candidate_ver(iter) print "Candidate version: %s " % ver print "\n\nQuerry interface" |
