Fix some typos in configuration_tasks help file
[snf-image-creator] / image_creator / help / __init__.py
index 7ec191e..faaf697 100644 (file)
@@ -34,6 +34,7 @@
 import sys
 import os
 
+
 def get_help_file(name):
     dirname = os.path.dirname(sys.modules[__name__].__file__)
     return "%s%s%s.rst" % (dirname, os.sep, name)