From e6cb87fa2499e4066b3e4959ea903952b4e3723e Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 5 Jan 2010 23:40:05 -0500 Subject: initial re-org, ec2 data source successfully reads from cache if present --- ec2init/DataSource.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ec2init/DataSource.py (limited to 'ec2init/DataSource.py') diff --git a/ec2init/DataSource.py b/ec2init/DataSource.py new file mode 100644 index 00000000..da6170fd --- /dev/null +++ b/ec2init/DataSource.py @@ -0,0 +1,8 @@ + +class DataSource: + def __init__(self): + pass + + def get_user_data(self): + raise Exception("get_user_data Not-implemented") + -- cgit v1.2.3