From bf0ea2deaf24419d85cae684e0700241e4c03f8c Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Thu, 5 Aug 2010 12:54:13 -0500 Subject: remove extra line accidentally added --- nova/compute/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/compute/model.py b/nova/compute/model.py index 3913d8738..edd49a5c0 100644 --- a/nova/compute/model.py +++ b/nova/compute/model.py @@ -60,7 +60,6 @@ flags.DEFINE_integer('total_disk_gb', 1000, # TODO(todd): Implement this at the class level for Instance class InstanceDirectory(object): - """an api for interacting with the global state of instances""" def get(self, instance_id): -- cgit