summaryrefslogtreecommitdiff
path: root/ec2init/DataSource.py
diff options
context:
space:
mode:
Diffstat (limited to 'ec2init/DataSource.py')
-rw-r--r--ec2init/DataSource.py8
1 files changed, 8 insertions, 0 deletions
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")
+