]> git.ipfire.org Git - people/ms/nitsi.git/blobdiff - src/nitsi/recipe.py
Add configure.ac and Makefile.am and make them work
[people/ms/nitsi.git] / src / nitsi / recipe.py
similarity index 96%
rename from recipe.py
rename to src/nitsi/recipe.py
index b7967f735f013694544c490b83260328ee7a7f1a..b4d3b44d6e436379b94037a05c9d41e249859d1c 100644 (file)
--- a/recipe.py
@@ -35,7 +35,7 @@ class recipe():
             self.in_recursion = False
 
         self.circle = circle
-        self.log.debug("Tests we have already included: {}".format(self.circle))
+        self.log.debug("Recipes we have already included: {}".format(self.circle))
 
         if not os.path.isfile(self.recipe_file):
             self.log.error("{} is not a file".format(self.recipe_file))