~soren/nova/iptables-security-groups

« back to all changes in this revision

Viewing changes to nova/objectstore/handler.py

  • Committer: Jesse Andrews
  • Date: 2010-07-15 23:13:48 UTC
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: jesse@gigantor.local-20100715231348-vml8qldrdofx79do
reorder imports spacing

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
import datetime
40
40
import os
41
 
import urllib
42
41
import json
43
42
import logging
44
43
import multiprocessing
45
 
 
46
 
 
47
 
 
48
44
from tornado import escape, web
 
45
import urllib
49
46
 
50
47
from nova import exception
51
48
from nova import flags