[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 10/14] self_migratable -> self._migratable
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 10/14] self_migratable -> self._migratable
- Date: Sun, 1 Mar 2009 20:32:48 -1000
Fix a typo.
---
storage/formats/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/storage/formats/__init__.py b/storage/formats/__init__.py
index 1f64f7f..8602923 100644
--- a/storage/formats/__init__.py
+++ b/storage/formats/__init__.py
@@ -316,7 +316,7 @@ class DeviceFormat(object):
@property
def migratable(self):
""" Can formats of this type be migrated? """
- return self_migratable
+ return self._migratable
@property
def migrate(self):
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]