Added debug function

This commit is contained in:
Dimitris Zlatanidis 2015-09-18 05:11:42 +03:00
parent dfc5df2a9a
commit f03c60c9c0

View file

@ -97,3 +97,8 @@ class Utils(object):
line = line.lstrip()
if line and not line.startswith("#"):
return line
def debug(self, test):
"""Function used for print some stuff for debugging
"""
print(test)