diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-24 20:35:30 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-24 20:35:30 -0700 |
commit | 8ffc2c8f791b7694a121ec30dac7437c6e8fdb9b (patch) | |
tree | df0115f40cb4afc7920cee4905908599904c953c /cloudinit/sources/DataSourceEc2.py | |
parent | 758e152721891c707573757fe7a7ff410ec446e2 (diff) | |
download | vyos-cloud-init-8ffc2c8f791b7694a121ec30dac7437c6e8fdb9b.tar.gz vyos-cloud-init-8ffc2c8f791b7694a121ec30dac7437c6e8fdb9b.zip |
Remove function that shouldn't have shown up.
Diffstat (limited to 'cloudinit/sources/DataSourceEc2.py')
-rw-r--r-- | cloudinit/sources/DataSourceEc2.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cloudinit/sources/DataSourceEc2.py b/cloudinit/sources/DataSourceEc2.py index 3da7b54e..0fc79b32 100644 --- a/cloudinit/sources/DataSourceEc2.py +++ b/cloudinit/sources/DataSourceEc2.py @@ -52,10 +52,6 @@ class DataSourceEc2(sources.DataSource): def __str__(self): return util.obj_name(self) - def __getstate__(self): - # Versions of boto - pass - def get_data(self): seed_ret = {} if util.read_optional_seed(seed_ret, base=(self.seed_dir + "/")): |