~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/main.py

Merge my old pep8 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    config = LoggerheadConfig(args)
40
40
 
41
41
    if config.get_option('show_version'):
42
 
        print "loggerhead %s" % __version__
 
42
        print "loggerhead %s" % (__version__,)
43
43
        sys.exit(0)
44
44
 
45
45
    if config.arg_count > 1: