From be358137e6328cbcada1981333ea5402c9606860 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jun 2014 15:32:57 -0400 Subject: [PATCH] Fix spacing --- mayan/apps/bootstrap/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mayan/apps/bootstrap/utils.py b/mayan/apps/bootstrap/utils.py index 51b026aac1..2a750da526 100644 --- a/mayan/apps/bootstrap/utils.py +++ b/mayan/apps/bootstrap/utils.py @@ -1,4 +1,6 @@ # {{{ http://code.activestate.com/recipes/578272/ (r1) + + def toposort2(data): """Dependencies are expressed as a dictionary whose keys are items and whose values are a set of dependent items. Output is a list of