Changeset - 243017ebb768
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 07:08:34
timeless@gmail.com
spelling: compatibility
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/utils2.py
Show inline comments
 
@@ -656,7 +656,7 @@ def _extract_extras(env=None):
 

	
 

	
 
def _set_extras(extras):
 
    # RC_SCM_DATA can probably be removed in the future, but for compatibilty now...
 
    # RC_SCM_DATA can probably be removed in the future, but for compatibility now...
 
    os.environ['KALLITHEA_EXTRAS'] = os.environ['RC_SCM_DATA'] = json.dumps(extras)
 

	
 

	
0 comments (0 inline, 0 general)