/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzr

Merged bzr.dev r3374.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import sys
23
23
 
24
24
# update this on each release
25
 
_script_version = (1, 3, 0)
 
25
_script_version = (1, 4, 0)
26
26
 
27
27
if __doc__ is None:
28
28
    print "bzr does not support python -OO."
129
129
        bzrlib.trace._trace_file.flush()
130
130
    os._exit(exit_val)
131
131
else:
132
 
    pass    # should this give an error? - it can't be used as a lib
 
132
    raise ImportError("The bzr script cannot be imported.")