]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/util.py
Merge commit 'scm/master'
[software/pymin.git] / pymin / services / util.py
index 867b3b93b7ee1ecab73191c2564ab591cddda442..b8a2ace83a66f1f05c1da64ee5168c3730b5b5fd 100644 (file)
@@ -13,8 +13,8 @@ from pymin.dispatcher import Handler, handler, HandlerError, \
                                 CommandNotFoundError
 from pymin.seqtools import Sequence
 
-DEBUG = False
-#DEBUG = True
+#DEBUG = False
+DEBUG = True
 
 __ALL__ = ('Error', 'ReturnNot0Error', 'ExecutionError', 'ItemError',
             'ItemAlreadyExistsError', 'ItemNotFoundError', 'ContainerError',