diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-02-16 23:09:07 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-02-16 23:09:07 +0100 |
commit | 91e4adcbc3e7bd459b52cd98a1cdd9239998b09f (patch) | |
tree | 93851d69fca3815b5c6449d655bbc8e9f0119b1c /yamlish.py | |
parent | f78eca9d4be9b3b7e1177823a9f520faa5b4055b (diff) | |
download | yamlish-91e4adcbc3e7bd459b52cd98a1cdd9239998b09f.tar.gz |
Syntactically correct Python code, albeit not working probably.
Diffstat (limited to 'yamlish.py')
-rw-r--r-- | yamlish.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ class Reader(object): def __init__(self): pass + def get_raw(self): + pass + def read(self, source): pass |