Pārlūkot izejas kodu

Moved JS/CSS controllers to a single controllers file.

Taddeus Kroes 14 gadi atpakaļ
vecāks
revīzija
c0554536b8
2 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  1. 0 0
      controllers.py
  2. 0 6
      css.py

+ 0 - 0
js.py → controllers.py


+ 0 - 6
css.py

@@ -1,6 +0,0 @@
-from importer import Importer
-
-
-class CssCache(Importer):
-    def __init__(self, root):
-        Importer.__init__(self, root=root, extension='css')