[prev in list] [next in list] [prev in thread] [next in thread] 

List:       luci-commits
Subject:    [Luci-commits] [luci] Cleanup: remove unused code
From:       rmccabe () fedoraproject ! org (Ryan McCabe)
Date:       2010-11-24 4:59:46
Message-ID: 20101124045946.4E52712058E () lists ! fedorahosted ! org
[Download RAW message or body]

commit 9390ca69d160412c0ac92942622162f1fafa7f13
Author: Ryan McCabe <rmccabe at redhat.com>
Date:   Tue Nov 23 23:56:05 2010 -0500

    Cleanup: remove unused code

 luci/lib/app_globals.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/luci/lib/app_globals.py b/luci/lib/app_globals.py
index 5281e94..19f57a7 100644
--- a/luci/lib/app_globals.py
+++ b/luci/lib/app_globals.py
@@ -8,8 +8,6 @@
 # -*- coding: utf-8 -*-
 """The application's Globals object."""
 
-from luci.controllers.scheme import LuciScheme
-from luci.lib.form_utils import FormUtils
 from luci.lib.ClusterConf.Totem import Totem
 
 __all__ = ['Globals']
@@ -29,8 +27,6 @@ class Globals(object):
 
     def __init__(self):
         """Prepare some common static functions, constants etc."""
-        self.form_utils = FormUtils
-        self.scheme = LuciScheme
         self.totem = Totem
         self.data = None
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic