| author | terom |
| Sun, 11 Aug 2013 23:45:42 +0200 | |
| changeset 25 | 51929b76bd43 |
| parent 24 | bd646c8d68d8 |
| child 26 | 0c933b568b55 |
--- a/cmpuqrct/settings/__init__.py Sun Aug 11 22:55:57 2013 +0200 +++ b/cmpuqrct/settings/__init__.py Sun Aug 11 23:45:42 2013 +0200 @@ -10,7 +10,7 @@ ETC_PATH = './etc/settings.d' if os.path.exists(ETC_PATH) : - for config in glob(os.path.join(ETC_PATH, '*.py')) : + for config in glob.glob(os.path.join(ETC_PATH, '*.py')) : execfile(config) else : # use default configuration