~soren/nova/get-console-log-fixes

« back to all changes in this revision

Viewing changes to nova/compute/exception.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:
22
22
 
23
23
from nova.exception import Error
24
24
 
 
25
 
25
26
class NoMoreAddresses(Error):
26
27
    pass
27
28