debian: add missing import in settings.d helper (#22780)

This commit is contained in:
Thomas NOËL 2018-03-23 19:15:29 +01:00
parent 9f4ad342e8
commit d647fa9511
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import glob
import os
for filename in sorted(glob.glob(os.path.join(ETC_DIR, 'settings.d', '*.py'))):
execfile(filename)