~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Michael Hudson
  • Date: 2009-04-01 14:40:05 UTC
  • Revision ID: michael.hudson@canonical.com-20090401144005-trxdnfy5hd5wrd39
a quick dose of IE compatibility:
* ''.splice behaves differently
* io-queue doesn't seem to work, but isn't useful for me anyway...

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        config.print_help()
45
45
        sys.exit(1)
46
46
    elif config.arg_count == 1:
47
 
        path = config.get_arg(0)
 
47
        [path] = args
48
48
    else:
49
49
        path = '.'
50
50