aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2010-07-11 15:44:20 -0700
committerBrian Dolbec <brian.dolbec@gmail.com>2010-07-11 15:44:20 -0700
commitb615ae435efcf54f59059b218218dab625570c17 (patch)
tree144a79779959461d94161064571fe5c678231102
parentmake the sync_results saved every time rather than conditional. (diff)
downloadoverlord-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.py2
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.