Changeset 234 for trunk/common/config.py


Ignore:
Timestamp:
06/10/08 14:06:36 (5 years ago)
Author:
fma
Message:

Removed %%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/config.py

    r220 r234  
    8383 
    8484# Logger 
    85 LOGGER_FORMAT = "%%(asctime)s::%%(threadName)s::%%(levelname)s::%%(message)s" 
     85LOGGER_FORMAT = "%(asctime)s::%(threadName)s::%(levelname)s::%(message)s" 
    8686 
    8787# Data 
    88 DATA_FILE = "papywizard-%%s.xml" 
     88DATA_FILE = "papywizard-%s.xml" 
    8989 
    9090# Hardware 
Note: See TracChangeset for help on using the changeset viewer.