Moved catalogue, chunks, compress, newtagging and pagination applications to apps...
[wolnelektury.git] / catalogue / utils.py
diff --git a/catalogue/utils.py b/catalogue/utils.py
deleted file mode 100644 (file)
index d1cee50..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- coding: utf-8 -*-
-
-
-def split_tags(tags):
-    result = {}
-    for tag in tags:
-        result.setdefault(tag.category, []).append(tag)
-    return result
-