aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2010-07-11 20:38:54 -0700
committerBrian Dolbec <brian.dolbec@gmail.com>2010-07-11 20:38:54 -0700
commit95fc1d4af60fbcca5446ba45d0f68f9946cd50c8 (patch)
tree064037f4b1482ca5dd906b4e60b0aa71d00ca48b
parentpush a comment change to for an update in public (diff)
downloadoverlord-95fc1d4af60fbcca5446ba45d0f68f9946cd50c8.tar.gz
overlord-95fc1d4af60fbcca5446ba45d0f68f9946cd50c8.tar.bz2
overlord-95fc1d4af60fbcca5446ba45d0f68f9946cd50c8.zip
remove the extra comment marker used to force a push to my public repo
-rw-r--r--layman/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/api.py b/layman/api.py
index 214a699..e3db37a 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.