]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/__init__.py
Remove function render_genshi_template.
[philipp/winterrodeln/wradmin.git] / wradmin / __init__.py
index 4a0efa1f624aa177bd44462f140395b79b4ba9dd..5a82ba7f984a89e4136069fc7a2c99ff4f34c33e 100644 (file)
@@ -4,7 +4,7 @@
 from flask import Flask, send_from_directory, abort, g, render_template
 from sqlalchemy.engine import create_engine
 import wradmin.model
-from wradmin.genshi import render_genshi_template
+import wradmin.genshi
 from wradmin.controllers.rodelbahn import RodelbahnController
 from wradmin.controllers.gasthaus import GasthausController
 from wradmin.controllers.bericht import BerichtController