diff constants.py @ 438:582c435dab6b

server side: new log system is used
author Goffi <goffi@goffi.org>
date Thu, 08 May 2014 17:21:30 +0200
parents 73f767a9ac2f
children c0ff91cabea0
line wrap: on
line diff
--- a/constants.py	Tue May 06 23:08:08 2014 +0200
+++ b/constants.py	Thu May 08 17:21:30 2014 +0200
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-from sat.core.i18n import _, D_
+from sat.core.i18n import D_
 from sat_frontends import constants
 
 
@@ -44,3 +44,4 @@
     # Frontend parameters
     ENABLE_UNIBOX_KEY = D_("Composition")
     ENABLE_UNIBOX_PARAM = D_("Enable unibox")
+    LOG_OPT_SECTION = APP_NAME.lower()