diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2010-08-05 12:54:13 -0500 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2010-08-05 12:54:13 -0500 |
| commit | bf0ea2deaf24419d85cae684e0700241e4c03f8c (patch) | |
| tree | e03210e54090b0c362aa58053bb07bd07c48d0bb | |
| parent | 5f41e9c764d2d064590e61018e655b9da8b17e9c (diff) | |
| download | nova-bf0ea2deaf24419d85cae684e0700241e4c03f8c.tar.gz nova-bf0ea2deaf24419d85cae684e0700241e4c03f8c.tar.xz nova-bf0ea2deaf24419d85cae684e0700241e4c03f8c.zip | |
remove extra line accidentally added
| -rw-r--r-- | nova/compute/model.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |
