aboutsummaryrefslogtreecommitdiffstats
path: root/yamlish.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-02-16 23:09:07 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-02-16 23:09:07 +0100
commit91e4adcbc3e7bd459b52cd98a1cdd9239998b09f (patch)
tree93851d69fca3815b5c6449d655bbc8e9f0119b1c /yamlish.py
parentf78eca9d4be9b3b7e1177823a9f520faa5b4055b (diff)
downloadyamlish-91e4adcbc3e7bd459b52cd98a1cdd9239998b09f.tar.gz
Syntactically correct Python code, albeit not working probably.
Diffstat (limited to 'yamlish.py')
-rw-r--r--yamlish.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yamlish.py b/yamlish.py
index 634811c..d26c8be 100644
--- a/yamlish.py
+++ b/yamlish.py
@@ -71,6 +71,9 @@ class Reader(object):
def __init__(self):
pass
+ def get_raw(self):
+ pass
+
def read(self, source):
pass