Revision 5a96180b pithos/settings.py

b/pithos/settings.py
48 48

  
49 49
if exists(conf):
50 50
    execfile(conf)
51
elif exists('/etc/pithos/settings.local'):
52
    execfile('/etc/pithos/settings.local')

Also available in: Unified diff