aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.