~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to bin/nova-objectstore

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-12-13 10:17:01 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101213101701-txhhqbzsxw4avnxv
Tags: upstream-2011.1~bzr456
ImportĀ upstreamĀ versionĀ 2011.1~bzr456

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
 
44
44
if __name__ == '__main__':
 
45
    utils.default_flagfile()
45
46
    twistd.serve(__file__)
46
47
 
47
48
if __name__ == '__builtin__':
48
 
    utils.default_flagfile()
49
49
    application = handler.get_application()  # pylint: disable-msg=C0103