Parcourir la source

Moved JS/CSS controllers to a single controllers file.

Taddeus Kroes il y a 14 ans
Parent
commit
c0554536b8
2 fichiers modifiés avec 0 ajouts et 6 suppressions
  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')