diff options
author | Brian Dolbec <brian.dolbec@gmail.com> | 2010-07-11 15:44:20 -0700 |
---|---|---|
committer | Brian Dolbec <brian.dolbec@gmail.com> | 2010-07-11 15:44:20 -0700 |
commit | b615ae435efcf54f59059b218218dab625570c17 (patch) | |
tree | 144a79779959461d94161064571fe5c678231102 | |
parent | make the sync_results saved every time rather than conditional. (diff) | |
download | overlord-b615ae435efcf54f59059b218218dab625570c17.tar.gz overlord-b615ae435efcf54f59059b218218dab625570c17.tar.bz2 overlord-b615ae435efcf54f59059b218218dab625570c17.zip |
push a comment change to for an update in public
-rw-r--r-- | layman/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/api.py b/layman/api.py index e3db37a..214a699 100644 --- a/layman/api.py +++ b/layman/api.py @@ -35,7 +35,7 @@ UNKNOWN_REPO_ID = "Repo ID '%s' " + \ # stderr, stdout, stddebug directed to where you want. # eg: output = Message('layman', err=mystderr, dbg=mydebug, out=myoutput) # there are many more options available, refer to debug.py Message class - +# class LaymanAPI(object): """class to hold and run a layman instance for use by API consumer apps, guis, etc. |