]> git.ipfire.org Git - ipfire.org.git/blobdiff - webapp/ui_modules.py
Some more minor fixes
[ipfire.org.git] / webapp / ui_modules.py
index e74049115df0e930f9fc237fef6f2cfc24e2f4aa..47673ee712f0877ddfffc5548733f76e58f0c58e 100644 (file)
@@ -13,6 +13,8 @@ import tornado.locale
 import tornado.web
 import unicodedata
 
+import backend
+
 class UIModule(tornado.web.UIModule):
        @property
        def accounts(self):
@@ -111,7 +113,7 @@ class FireinfoGeoTableModule(UIModule):
                                other_countries.append(name)
                                continue
 
-                       country = tornado.database.Row({
+                       country = backend.database.Row({
                                "code"  : code,
                                "name"  : name,
                                "value" : value,